================================================
Programmer:
ID No.:
About
: This program is a simple payroll application.
================================================
* PAYROLL *
Please enter employee name: asdf
Gender(M/m or F/f): f
Please enter the hourly rate: $ 1
Please enter the hours worked: 53
- Payslip -
Employee: Ms. asdf
Gross Pay: $ 53.00
Withholding Tax: $ 5.30
Net Pay: $ 47.70
Do you want to input another set of values (Y- yes or No-any key)?: y
Please enter employee name: Gender(M/m or F/f): m
Please enter the hourly rate: $ 24
Please enter the hours worked: 14
- Payslip -
Employee: Mr.
Gross Pay: $ 336.00
Withholding Tax: $ 40.32
Net Pay: $ 295.68
Do you want to input another set of values (Y- yes or No-any key)?: n
================================================
* END OF PROGRAM *
================================================