Question: 1.) Write Code in Visual Basic Create a tip calculator application. Pick any background color The user enters the dinner cost and a tip percentage
1.) Write Code in Visual Basic
Create a tip calculator application.
Pick any background color
The user enters the dinner cost and a tip percentage
When the user hits Calculate, determine the tip amount, and add it to the dinner cost to get the Total amount.
Make sure to have comments at the top of all subroutines
Make sure you have Option Strict On!
The output should have the dollar signs as shown. Use a .tostring currency format string for this.

Tip Calculator Dinner Cost Tip Percentage 18.0 Tip Amount$22.50 Total Amount $147.50 125 Calculate Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
