QUESTION
Lesson 8Programming ExerciseChapter 6: âArrays (Part 2)âDraw a flowchart AND write pseudocode to design a program that computes pay for employees. Allow auser to continuously input employeesâ names until an appropriate sentinel value is entered. Also inputeach employeeâs hourly wage and hours worked. Compute each employeeâs gross pay (hours timesrate), withholding tax percentage (based on the table below), withholding tax amount, and net pay(gross pay minus withholding tax). Display all results for each employee. After the last employee hasbeen entered, display the sum of all hours worked, the total gross payroll, the total withholding for allemployees, and the total net payroll.Weekly Gross Pay ($)0.00 â 300.00300.01 â 550.00550.01 â 800.00800.01 â up.000Withholding Percent (%)10131620Flowchart (insert here)_____________________________________________________________________________________Pseudocode insert here)*** Do not submit Java, C++, C#, or any other language-specific syntax. ***
ANSWER:
Place an order in 3 easy steps. Takes less than 5 mins.