Design a program that computes pay for employees. Allow the user to continuously input employees’ names until an appropriate sentinel values 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 the accompanying table), 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.
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
Design a program that computes pay for employees. Allow the user to continuously input employees’ names until an appropriate sentinel values 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 the accompanying table), 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 Percent (%) |
0.00-200.00 |
10 |
200.01 -350.00 |
14 |
350.01-500.00 |
18 |
500.01 and up |
22 |
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images