video bonanza solution

$14.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (1 vote)

Design and code a project to calculate the amount due and provide a summary of rentals. All movies rent for $1.80 and all customers receive a 10 percent discount. The form should contain input for the member number and the number of movies rented. Inside a group box, display the rental amount, the 10 percent discount, and the amount due. Inside a second group box, display the number of customers served and the total rental income (after discount). Include buttons for Calculate, Clear, Print, and Exit. The Clear button clears the information for the current rental but does not clear the summary information. A Print button allows the user to print the form. Do not allow bad input data to cancel the program; instead display a message to the user.