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

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
100%

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
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
Transcribed Image 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
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning