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 15:00
Atool that matches persoal skills qualities interests and talets to a career is called a
Answers: 1
question
Computers and Technology, 23.06.2019 04:31
Type the correct answer in the box. spell all words correctly. the managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
What software programs are used to to create professional publication? a.) graphics programs b.) word processors c.) page layout programs d.) spreadsheet programs
Answers: 2
question
Computers and Technology, 23.06.2019 22:00
Take a critical look at three gui applications you have used—for example, a spreadsheet, a word-processing program, and a game. describe how well each conforms to the gui design guidelines listed in this chapter.
Answers: 3
You know the right answer?
(C++ Program) The All-Natural Wood Furniture Company has recently hired you to help them convert the...
Questions
question
Physics, 08.07.2019 02:30
question
Health, 08.07.2019 02:30
question
Biology, 08.07.2019 02:30
Questions on the website: 13722363