Computers and Technology

(C++ Program) The All-Natural Wood Furniture Company has recently hired you to help them convert their manual payroll system to a computer-based system. Write a program to produce a 1-week payroll report for only one employee to serve as a prototype (model) for the administration to review. Input for the system will be the employee’s 4-digit ID number, the employee’s name, hours worked that week, and the employee’s hourlypay rate. Output should consist of the employee’s ID number, the employee’s name, the hours worked that week, the hourly rate, the gross pay, Federal withholding deduction based on an 18% tax rate, State withholding deduction based on a 4.5% tax rate, and net pay. Use main( ) as the driver function. Allow the user to run the program as many times as desired.
Write 5 functions that main( ) calls to accomplish the task:getData( ): Prompts the user for an employee’s 4-digit ID #, the employee’s name, the hours worked that week, and hourly pay rate. Criteria for data validation:
Employee ID must be an integer between 1000 and 9999, inclusive. Do not allow user to enter an ID number out of this range.
Hours worked must be greater than zero and less than 120. Do not allow user to enter the amount of hours worked outside of this range.
Hourly Rate must be greater than zero. Do not allow the user to enter a zero or a negative pay rate.
computeGrossPay( ): Computes gross pay earned by employee. An employee working more than 40 hours per week is compensated at time-and-a-half for every hour over 40.
computeDeductions( ): Computes the Federal and State withholding deductions using the rates listed above.
computeNetPay( ): Calculates the net pay for the employee.
displayResults( ): Displays the employee’s ID#, the employee’s name, the hours worked, the hourly pay rate, gross pay, Federal withholding amount, State withholding amount, and Net Pay.
Sample Input/Output:
Please enter the employee's 4 digit ID # and press
1468
Please enter the employee’s name:
Mary Jones
Please enter the amount of hours worked this week and press
36
Please enter the hourly pay rate for this employee and press
7.5
Employee ID: 1468
Employee Name: Mary Jones
Hours Worked: 36.00 hours
Hourly Rate: $ 7.50
Gross Pay: $ 270.00
Deductions:
Federal Withholding: $ 48.60
State Withholding: $ 12.15
NET PAY: $ 209.25
Would you like to calculate the net pay of another employee? Y or N y
Please enter the employee's 4 digit ID # and press
5634
Please enter the employee's name: Lucy Smith
Please enter the amount of hours worked this week and press
8978
ERROR: INVALID AMOUNT OF HOURS WORKED!
Please enter the amount of hours worked this week and press
4566
ERROR: INVALID AMOUNT OF HOURS WORKED!
Please enter the amount of hours worked this week and press
42
Please enter the hourly pay rate for this employee and press
-9
ERROR: INVALID Pay Rate!
Please enter the hourly pay rate for this employee and press
12.5
Employee: 5634
Employee Name: Lucy Smith
Hours Worked: 42.00 hours
Hourly Rate: $ 12.50
Gross Pay: $ 537.50
Deductions:
Federal Withholding: $ 96.75
State Withholding: $ 24.19
NET PAY: $ 416.56
Would you like to calculate the net pay of another employee?

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 19:40, ashlynm12
Microsoft introduced active directory with windows 2000. in server 2012, it is in now version 4. what are some new features in the new ad that were not present in windows 2000 ad?
Answers: 1
image
Computers and Technology, 22.06.2019 16:30, mesposito
Technician a says that a dry sump system uses no oil storage sump under the engine. technician b says that a wet sump system uses no oil storage sump under the engine. who is correct?
Answers: 3
image
Computers and Technology, 22.06.2019 21:00, daniella0123
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
image
Computers and Technology, 23.06.2019 04:40, Koriunaa
The narrative structure of the popular movies can be broken down into
Answers: 3
Do you know the correct answer?
(C++ Program) The All-Natural Wood Furniture Company has recently hired you to help them convert the...

Questions in other subjects:

Konu
Mathematics, 16.12.2020 01:00
Konu
Health, 16.12.2020 01:00
Konu
Mathematics, 16.12.2020 01:00