Question: Programming in Visual Basic 2010 Can someone help me with chapter 3 Video Bonanza code? Design and code a project to calculate the amount due
Programming in Visual Basic 2010 Can someone help me with chapter 3 Video Bonanza code?
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 Clearbutton clears the information for the current rental but does not clear the summary information. A Printbutton allows the user to print the form. Do not allow bad input data to cancel the program; instead display a message to the user.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
