niture Project and FamiltyName_Furniture Solution. Save the application in the VB2019\Exercise2 folder. Enter the three Option statements in the Code Editor window. Code the btnCalc_Click procedure using variables and a named constant. Display the sales tax with a comma (if necessary) and two decimal places. Display the total due with a comma (if necessary), a peso sign and two decimal places. Save the solution and then start and test the application. (If the sales amount is 500, the sales tax and total due are 25.00 and P525.00, respectively.) c. Now professionalize your interface by codi
In this exercise, you will create the Jacobson Furniture application. The application’s Planning Chart is shown
below.
a. Use either a flowchart or pseudocode to plan the btnCalc_Click procedure, which should calculate and
display both a 5% sales tax and the total due.
b. Create a Windows Forms application. Use the following names for the project and solution,
respectively: FamilyName_Furniture Project and FamiltyName_Furniture Solution. Save the application
in the VB2019\Exercise2 folder. Enter the three Option statements in the Code Editor window. Code
the btnCalc_Click procedure using variables and a named constant. Display the sales tax with a comma
(if necessary) and two decimal places. Display the total due with a comma (if necessary), a peso sign
and two decimal places. Save the solution and then start and test the application. (If the sales amount
is 500, the sales tax and total due are 25.00 and P525.00, respectively.)
c. Now professionalize your interface by coding the text box’s TextChanged and Enter event procedures.
Save the solution and then start and test the application.
Planning Chart for the Jacobson Furniture application
Purpose: Calculate and display the sales tax and total due amounts.
How?
User-provided
1. sales amount
Application-provided
1. 5% sales tax
2. total due
3. button for ending the application
user will enter in txtSales
btnCalc_Click will calculate and display in lblTax
btnCalc_Click will calculate and display in lblTotal
btnExit_Click will end the application
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images