Video Bonanza Chapter
Calculate amount due and provide a summary of rentals. All Movies rent for $1.80 and all customers receive a 10% discount. The form should contain an input for the member number and the number of movies rented. Inside a group box, display the rental amount, the 10% discount and the amount due. Inside a second group box to display the 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 information. A print button allows the user to print the form. Bad input data should not cancel the program.