Python Lab Manual / Employee payroll calculation Python program

Program Name

Write a Python Program for Employee payroll calculation.
Theory
Employee payroll calculation using formulae.
Program Code


Input:
Enter No Days Present:10
Enter wages per Day:99
Output:
Basic:990.000000 
HRA:99.000000 
DA:49.500000 
PF:118.800000 
Net Salary:1019.700000


Home     Back