Write a program that will process the weekly employee time cards for all the employees of an organization.

computer science

Description

Problem Statement
Write a program that will process the weekly employee time cards for all the employees of an organization. 
Each employee time card will have the these data items: an employee number, an employee name, an hourly wage rate, 
and the number hours worked during the week. 
Each employee is to be paid time-and-a-half for all hours worked over 35. 
● A tax amount of 15% of gross salary is to be withheld. 
The output to the screen should display the employee’s number, employee name, gross pay, withholding amount, and net pay. 
At the end of the report, display the total gross payroll amount, the total net payroll amount, and the average net pay paid per employee.
All dollar amounts must be rounded to the second decimal place. 


Related Questions in computer science category