In this exercise, you will complete the Raises and New Salaries application that you created in Exercise

Question:

In this exercise, you will complete the Raises and New Salaries application that you created in Exercise 5 in Chapter 2.
a. Use Windows to copy the Salary Solution folder from the VB2017\Chap02 folder to the VB2017\Chap03 folder. Open the Salary Solution.sln file contained in the VB2017\Chap03\Salary Solution folder. You created a Planning Chart for this application in Chapter 2.
b. Enter the three Option statements in the Code Editor window. One of the buttons in the interface should calculate and display the two raises and the two new salaries; use either a flowchart or pseudocode to plan the button’s Click event procedure. Code the procedure using variables and named constants. Display the calculated amounts with a comma (if necessary), a dollar sign and two decimal places. 

c. One of the buttons in the interface should clear the user input and calculated amounts from the screen. Code the button’s Click event procedure appropriately.

d. Code the text box’s Enter and TextChanged event procedures.

e. Save the solution and then start and test the application.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: