In this exercise, you will complete the Kramden Inc. application that you created in Exercise 6 in

Question:

In this exercise, you will complete the Kramden Inc. application that you created in Exercise 6 in Chapter 2.
a. Use Windows to copy the Kramden Solution folder from the VB2017\Chap02 folder to the VB2017\Chap03 folder. Open the Kramden Solution.sln file contained in the VB2017\Chap03\Kramden Solution folder. You created a Planning Chart for this application in Chapter 2. Enter the three Option statements in the Code Editor window. One of the buttons in the interface should calculate and display the total cost of the expense allowances; use either a flowchart or pseudocode to plan the button’s Click event procedure. Code the procedure using variables. Display the total cost with a comma (if necessary), a dollar sign and two decimal places. Save the solution and then start and test the application.
b. 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.


Data from Exercise 6.

Kramden Inc. pays each of the company’s salespeople the same expense allowance. Create an application that calculates and displays the total cost of these allowances, given both the number of salespeople and the expense allowance amount entered by the user.

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

Step by Step Answer:

Question Posted: