Lesson 8 Programming Exercise Chapter 6

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:

REQUEST HELP FROM A TUTOR

Expert paper writers are just a few clicks away

Place an order in 3 easy steps. Takes less than 5 mins.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00