subject

(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?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:00
Sam is a data analyst at an advertising firm. he often uses a spreadsheet that contains media ratings details. he would like to filter the spreadsheet data based on different filter criteria. which operators can he use to specify the combination of filter criteria? sam can use the ( blank ) operators to specify a combination of filter criteria.
Answers: 3
question
Computers and Technology, 22.06.2019 11:30
To hide gridline when you display or print a worksheet
Answers: 1
question
Computers and Technology, 23.06.2019 16:30
How to do this programming flowchart?
Answers: 3
question
Computers and Technology, 24.06.2019 12:10
What is it called during the editing process when the processor ensures that a character holding a coffee mug from one angle is holding the same mug in the same way when the shot switches to another camera at another angle? cinematography continuity technology prop use
Answers: 1
You know the right answer?
(C++ Program) The All-Natural Wood Furniture Company has recently hired you to help them convert the...
Questions
question
Chemistry, 22.07.2020 18:01
Questions on the website: 13722367