Question: 11. In this exercise, you modify the Turner application from Exercise 8. The modified application will allow the user to enter a separate raise percentage

11. In this exercise, you modify the Turner application from Exercise 8. The modified application will allow the user to enter a separate raise percentage for each job code. Use Windows to make a copy of the Turner Solution folder. Rename the copy Modified Turner Solution. Open the Turner Solution (Turner Solution.sln) file contained in the Modified Turner Solution folder. Open the designer window.

a. Modify the application’s code so that it asks the personnel clerk to enter the raise for each job code separately. Display the following information on separate lines in the lblMessage control. Be sure to replace the XX in each line with the appropriate raise percentage. (You may need to change the size of the form and/or lblMessage control.)

Job Code 1: XX %

Job Code 2: XX %

Job Code 3: XX %

b. Save the solution and then start the application. When you are prompted to enter the raise percentages for the job codes, use .03 for job code 1, .05 for job code 2, and .04 for job code 3. Use the following information to calculate the new hourly pay for each job code:
Current hourly pay for job code 1: 5 Current hourly pay for job code 2: 6.5 Current hourly pay for job code 3: 8.75

c. Close the Code Editor window and then close the solution.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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