Create an application such that when the user clicks a


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

Dim 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

Request for Solution File

Ask an Expert for Answer!!
: Create an application such that when the user clicks a
Reference No:- TGS02892351

Expected delivery within 24 Hours