Question: Design and code a VB Application Names Tip Calculator, that takes as input using an Input Box a check amount and calculates and displays the
Design and code a VB Application Names Tip Calculator, that takes as input using an Input Box a check amount and calculates and displays the Tip, the Tax and Grand total. Taking into considerations the following criteria:
The tip depends on the check amount
if the check amount is less than $20 the tip amount is a fixed $5
if the check amount is between $20 and $100 the tip amount is 20% of the check amount
if the check amount is more than $100 the tip is a fixed $20.
The Tax is 8.75% of the check amount before adding the Tip.
Display the tip amount, Tax and Grand Total using a MessageBox and within the App
Use a SpashScreen for your application, use the Keyboard shortcuts for Clear(L), Calculate ( C) and Exit (X).
Make the Enter keyboard work for the calculate ( so the calculate button work when the user press the enter key on the Keyboard as well as when clicking on the calculate button)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
