Skip to content

Kanakadurga-mani/python-payroll-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

python-payroll-project

Python Final Project ACME Corporation needs a simple payroll program written in Python. The Input Items are the following: • Employee Name • Hours worked • Pay Rate (hourly) Employees are to receive 1.5x pay rate for hours over 40 • Fed Tax = 10% • State tax = 3% • FICA rate = 7% The program output should be the following: Name Hours Rate Gross Pay OT Pay Fed Tax State Tax FICA Net Pay ** Bonus: Bonus points if program can process 5 employees’ inputs before program ends intrigue Hints: E =1 E= 1 + E While E <= 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors