Examlex

Solved

BounceIt Gymnasium Needs an Application to Calculate the Fee for Hosting

question 55

Essay

BounceIt Gymnasium needs an application to calculate the fee for hosting a party. The fee is based on the number of guests. The fee structure is provided below.
Guests Fee per Guest
1 - 10 $5
11 - 20 $4
More than 20 $2
Write a multiple-alternative selection structure that assigns the appropriate fee to intFee based on the number of guests stored in the intNumGuests variable. Use the Select Case statement.


Definitions:

Related Questions