Computer Science, asked by kimso7542, 16 days ago

please help me

1. Create a c++ program that will compute and print name, basic pay, total deduction, overtime pay and netpay of an employee.

Computations:

Basic pay = number of hours worked * 500
Total Deductions = income tax+ SSS+ PH
Income Tax = 12% basic pay

In sss you will choose:
SSS = Single 10% basic pay
Head= 5% basic pay
Married =6% basic pay
Philhealth = 8%basic pay

OT = 1.5% of the Basic pay (beyond 8 hours))
Netpay = (basic pay+Otpay )- total deductions


Requirements:

Loop
Function
Arrays
Condition (if/if else/switch)


Expected output:


Name of an Employee:
Number of Hours Worked:
Basic Pay:
Total Deductions:
Income Tax:
SSS:
Philhealth:
Overtime Pay:
Net pay:

Do you want to add?(Y/N)
Do you want to view?(Y/N)


Do you want this program run again?(Y/N)






Answers

Answered by anant4256kushwaha
0

Answer:

I don't know how to create a program

Similar questions