Question: In this exercise, you will complete the Restaurant Tip application from Chapter 2s Focus on the Concepts lesson. The applications Planning Chart is shown in

In this exercise, you will complete the Restaurant Tip application from Chapter 2’s Focus on the Concepts lesson. The application’s Planning Chart is shown in Figure 3-34. 

a. Use either a flowchart or pseudocode to plan the btnCalc_Click procedure, which should calculate and display a server’s tip.
b. Open the Tip Solution.sln file contained in the VB2017\Chap03\Tip Solution folder. Enter the three Option statements in the Code Editor window. Use the comments as a guide when coding the btnCalc_Click procedure. Be sure to use variables in your code. Display the tip with a dollar sign and two decimal places. Save the solution and then start and test the application. (If the restaurant bill and tip percentage are 56 and 20, respectively, the tip is $11.20.) 

c. Now professionalize your interface by coding each text box’s TextChanged and Enter event procedures. Save the solution and then start and test the application.

Planning Chart for the Restaurant Tip application Purpose: Calculate and display a server's tip. How? User-provided user

Planning Chart for the Restaurant Tip application Purpose: Calculate and display a server's tip. How? User-provided user will enter in txtBill user will enter in txtPercentage 1. bill amount 2. tip percentage Application-provided 1. tip 2. button for ending the application btnCalc_Click will calculate and display in IbITip btnExit_Click will end the application

Step by Step Solution

3.55 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 15 VisualStudioVersion 15025... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Microsoft Visual Basic Questions!