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...


Based on the image attached, write the pseudo code (Language: C Code).


Design a program that computes pay for employees. Allow a user to continuously input employees' names<br>until an appropriate sentinel value is entered. Also, input each employee's hourly wage and hours worked.<br>Compute each employee's gross pay (hours times rate), withholding tax percentage (based on Table 1),<br>withholding tax amount, and net pay (gross pay minus withholding tax). Display all the results for each<br>employee. After the last employee has been entered, display the sum of all the hours worked, the total<br>gross payroll, the total withholding for all employees, and the total net payroll.<br>Weekly Gross<br>Pay ($)<br>Withholding<br>Percentage (%)<br>0.00-300.00<br>10<br>300.01-550.00<br>13<br>550.01-800.00<br>16<br>800.01 and up<br>20<br>Table 1<br>

Extracted text: 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 1), 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 Percentage (%) 0.00-300.00 10 300.01-550.00 13 550.01-800.00 16 800.01 and up 20 Table 1

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here