Question: Design a Window Classic Desktop application and write the code that will execute according to the program requirements, before designing the user interface, create a
Design a Window Classic Desktop application and write the code that will execute according to the program requirements, before designing the user interface, create a use case definition. Before writing the code, create an event-planning document for each event in the program.
Application Title: Payroll Calculator
Purpose: This window classic desktop application will compute and dispay the FICA tax, federal tax, and state tax for a two week pay period.
Program Procedures: From a window on the screen, the user enters her gross pay check for two weeks. The program estimates the FICA tax, Federal tax, and state tax for a two week pay cyle.
Algorithms, Processiung and Conditions:
1. User must be able to enter their biweekly income.
2. The FICA tax(7.65%), federal tax(22%), and state income tax(4%) are computed.
3. The tax amount should be displayed on seperate lines and in currency format, two places past the decimal pint.
4. The net pay should be displayed after the tax amounts have been deducted.
Notes and Resctrictions:
1. The use can clear the income and taxes and then enter new data.
2. The user can use an Exit Button to exit the application.
Comments: The Designer should design the user interaface, including the graphics and words displayed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
