A local recording studio rents its facilities for $200 per hour. Management charges only for the number of minutes used. Create a project in which the input is the name of the group and the number of minutes it used the studio. Your program calculates the appropriate charges, accumulates the total charges for all groups, and computes the average charge and the number of groups that used the studio. Form: use labeled text boxes for the name of the group and the number of minutes used. The charges for the current group should be displayed formatted in a text box. Create a group box for the summary info. Inside the group box, display the total charges for all groups, the number of groups, and the average charge per group. Format all output appropriately. Include buttons for calculate, clear, print, and exit. Code: Use a constant for the rental rate per hour; divide that by 60 to get the rental rate per minute. Do not allow bad input data to cancel the program. TEST DATA Group Minutes Pooches 95 Hounds 5 Mutts 480 CHECK FIGURES Total Charges for Group Total # of Groups Average Charge Total Groups for All Groups $316.67 1 $316.67 $316.67 $16.67 2 $166.67 $333.33 $1600.00 3 $644.44 $1,933.33
A local recording studio rents its facilities for $200 per hour. Management charges only for the number of minutes used. Create a project in which the input is the name of the group and the number of minutes it used the studio. Your program calculates the appropriate charges, accumulates the total charges for all groups, and computes the average charge and the number of groups that used the studio. Form: use labeled text boxes for the name of the group and the number of minutes used. The charges for the current group should be displayed formatted in a text box. Create a group box for the summary info. Inside the group box, display the total charges for all groups, the number of groups, and the average charge per group. Format all output appropriately. Include buttons for calculate, clear, print, and exit. Code: Use a constant for the rental rate per hour; divide that by 60 to get the rental rate per minute. Do not allow bad input data to cancel the program. TEST DATA Group Minutes Pooches 95 Hounds 5 Mutts 480 CHECK FIGURES Total Charges for Group Total # of Groups Average Charge Total Groups for All Groups $316.67 1 $316.67 $316.67 $16.67 2 $166.67 $333.33 $1600.00 3 $644.44 $1,933.33
Trending now
This is a popular solution!
Step by step
Solved in 2 steps