Question: Please helpme create this application in VISUAL BASIC. It's an intro class and should be pretty basic. I also need input validation. Thank you. 2)
Please helpme create this application in VISUAL BASIC. It's an intro class and should be pretty basic. I also need input validation. Thank you.

2) Create an application such that when the user clicks a button, your program will first input 2 meal prices from the user. Calculate the total costs of the meals, the tip based on meal cost, and the tax on that total cost using 6% tax. If the total meal cost is over $30, then the tip should be 20%, otherwise it should be 15%. Use input validation. Your calls to your sub procedures should look like: Dim meal1 meal as Double Din total, tax, tip as Double Input Bill (meall meal2) Calculate Bill (meall, meal2, total, tax, tip) outputBill (total, tax, tip) The output should look like this: Total meal bill is $20.00 Tax is $1.20 Tip is $3.00
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
