Design a flowchart and write a pseudocode to compute pay for employees. The program asks the user to enter the employee’s names until a sentinel value is entered. The program also asks for the...


Design a flowchart and write a pseudocode to compute pay for employees. The program asks the user to enter the employee’s names until a sentinel value is entered. The program also asks for the employee’s hourly rate and hours worked to compute and display the corresponding gross pay.


Use the table below to compute net pay and the withholding tax amount.

Weekly Gross Pay ($) Withholding Rate (%)

0.00 – 400.00                        10

400.01 – 600.00                    12

600.01 – 800.00                    14

800.01 and more                  17


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



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here