Recording Studio Visual Basic Beginning
My teacher is very picky, the program must have these things. And must look similar to the screenshotsComments, data validation; clear must clearRecording Studio A local recording studio rents for $200 per hour – they charge by the minute. Create a project where the user enters the name of the group renting the studio and the number of minutes it used. Calculate the appropriate charge for each group, accumulating the total charges for all groups, and computing the average charge and the number of groups that used the studio. Use a constant for rental rate; divide by 60 to get rental rate per minute. Use labeled text boxes for input data; format output calculated data into labels; use group boxes to segregate input/calculation area and summary data.Format all output appropriately; include buttons to reset input boxes and clear summary totals in case user needs to start over; as well as, exit andprint buttons. Watch your focus. Do not allow bad or missing input data to cancel the program (data validation).