Create an application that calculates and displays two raise amounts, which are based on an employee's current salary. The current salary will be entered by the user. The two raise rates are 5% and 8%. In addition to the raise amounts, the application should also calculate and display the employee's new salaries. Include a button in the interface that the user can click to clear the user input and calculated results from the screen. (F2.1-F2.4, A2.1-A2.5) a. Prepare a Planning Chart for the application. b. Draw a sketch of an appropriate interface. If you want to include an image in the interface, you can either use your own image file or download an image file from the internet. c. Create a Windows Forms application. Use the following names for the project and solution, respectively: Salary Project and Salary Solution. Sav the application in the VB9e\Chapo2 folder. Change the appropriate properties of the form. Also, be sure to verify the name of the startup form. d. Use your Planning Chart as a guide when building the interface. Be sure to follow the GUI design guidelines summarized in Figure 2-22. e. Code the Exit button. (You do not need to code the button that calculates and displays the raises and new salaries or the button that clears the user input and calculated results.) f. Save the solution, and then start the application. Test the access keys, tab order, and Exit button, and then close the solution.
Create an application that calculates and displays two raise amounts, which are based on an employee's current salary. The current salary will be
entered by the user. The two raise rates are 5% and 8%. In addition to the raise amounts, the application should also calculate and display the
employee's new salaries. Include a button in the interface that the user can click to clear the user input and calculated results from the screen.
(F2.1-F2.4, A2.1-A2.5)
a. Prepare a Planning Chart for the application.
b. Draw a sketch of an appropriate interface. If you want to include an image in the interface, you can either use your own image file or download an image file from the internet.
c. Create a Windows Forms application. Use the following names for the project and solution, respectively: Salary Project and Salary Solution. Sav the application in the VB9e\Chapo2 folder. Change the appropriate properties of the form. Also, be sure to verify the name of the startup form.
d. Use your Planning Chart as a guide when building the interface. Be sure to follow the GUI design guidelines summarized in Figure 2-22.
e. Code the Exit button. (You do not need to code the button that calculates and displays the raises and new salaries or the button that clears the user input and calculated results.)
f. Save the solution, and then start the application. Test the access keys, tab order, and Exit button, and then close the solution.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps