Skip to content

This program calculates the weekly payroll of the employees and creates a table for the report. The user inputs company's name, number of employees, name of each employee and their hourly rate and hours worked.

Notifications You must be signed in to change notification settings

jned-hub/Payroll-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Payroll-system

This program calculates the weekly payroll of the employees and creates a table for the report. The user inputs company's name, number of employees, name of each employee and their hourly rate and hours worked.

You cannot leave any value blank or have negative values. You cannot work more than 168 hours per week. No two employee name can be same

This program assumes the following:

Federal tax - 10%

State tax - 6%

FICA - 3 %

Normal working hours - 40 hours per week

Maximum working hours is 168 hours per week (24 hours * 7 days = 168 hours)

Overtime pay is 1.5 times the regular pay

About

This program calculates the weekly payroll of the employees and creates a table for the report. The user inputs company's name, number of employees, name of each employee and their hourly rate and hours worked.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages