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, 22.06.2019 18:30, leannhb3162
Which of these options are the correct sequence of actions for content to be copied and pasted? select content, click the copy button, click the paste button, and move the insertion point to where the content needs to be inserted. click the copy button, select the content, move the insertion point to where the content needs to be inserted, and click the paste button. select the content, click the copy button, move the insertion point to where the content needs to be inserted, and click the paste button. select the content, move the insertion point to where the content needs to be inserted, click the copy button, and click the paste button.
Answers: 3
image
Computers and Technology, 22.06.2019 19:30, mitalichavez1
When creating a presentation in libre office impress, where does the editing of slides take place? a. the slides panel b. the center panel c. the tasks panel, under the masters pages tab d. the tasks panel, under the layouts tab
Answers: 3
image
Computers and Technology, 24.06.2019 07:30, isabelgalvarado2838
Jason is working on a microsoft excel worksheet and he wants to create a print preview shortcut. his teacher asks him to access the customization option to create the new shortcut. which two tabs should jason select to place the print preview shortcut on the worksheet toolbar? a. new tab (custom) and new group (custom) b. new file tab (custom) and new tab (custom) c. new custom group and new command d. new custom tab and new command
Answers: 2
image
Computers and Technology, 24.06.2019 23:00, person76
Systolic pressure is a measure of blood pressure when the ventricles relax and fil with blood ture or false
Answers: 1
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: