Design a program that computes pay for employees. Allow a user to continuously input employees names until

Question:

Design a program that computes pay for employees. Allow a user to continuously input employees’ names until an appropriate sentinel value is entered. Also input each employee’s hourly wage and hours worked. Compute each employee’s gross pay (hours times rate), withholding tax percentage (based on Table 6-4), withholding tax amount, and net pay (gross pay minus withholding tax). Display all the results for each employee. After the last employee has been entered, display the sum of all the hours worked, the total gross payroll, the total withholding for all employees, and the total net payroll.


 Weekly Gross Pay ($)

 Withholding Percent (%)

0.00 – 300.00

10

300.01 – 550.00

13

550.01 – 800.00

16

800.01 – up.000

20


Table 6-4 Withholding percentage based on gross pay

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: