Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Case Programming Assignments PAYROLL CAIUULAL Design a Windows Classic Desktop application and write the code that will execute according to the program requirements in Figure
Case Programming Assignments PAYROLL CAIUULAL Design a Windows Classic Desktop application and write the code that will execute according to the program requirements in Figure 4-98. 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. REQUIREMENTS DOCUMENT Date: Date Submitted: Application Title: Payroll Calculator Purpose: January 4, 2018 This Windows Classic Desktop application will compute and display 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 cycle. Algorithms, 1. Users must be able to enter their biweekly income. Processing, and Conditions 2. The FICA tax (7.65%), federal tax (22%), and state income tax (4%) are computed. 3. The tax amounts should be displayed on separate lines and in currency format, two places past the decimal point. 4. The net pay should be displayed after the tax amounts have been deducted. 1. The user can clear the income and taxes and then enter new data. 2. The user can use an Exit button to exit the application. Notes and Restrictions: Comments:The designer should design the user interface, including the graphic and words displayed. FIGURE 4-98
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started