Question: Programming in Visual Basic 2010 Can someone help me with chapter 3 Very Very Boards code? I need the programming code for following project. Thank
Programming in Visual Basic 2010 Can someone help me with chapter 3 Very Very Boards code?
I need the programming code for following project. Thank you.
Very Very Boards rents snowboards during the snow season. A person can rent a snowboard without boots or with boots. Create a project that will calculate and display the information for each rental. In addition, calculate the summary information for each days rentals.
For each rental, input the persons name, the drivers license or ID number, the number of snowboards, and the number of snowboards with boots. Snowboards without boots rent for $20; snowboards with boots rent for $30.
Calculate and display the charges for snowboards and snowboards with boots, and the rental total. In addition, maintain summary totals. Use constants for the snowboard rental rate and the snowboard with boots rental rate.
Create a summary frame with boxes to indicate the days totals for the number of snowboards and snowboards with boots rented, total charges, and average charge per customer.
Include buttons for Calculate Order,Clear,Clear All, Print, and Exit. The Clear Allcommand should clear the summary totals to begin a new days summary. Hint: You must set each of the summary variables to zero as well as clear the summary boxes.
Make your buttons easy to use for keyboard entry. Make the Calculatebutton the Accept button and the Clearbutton the Cancel button.
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
