Write a C program to evaluate the net salary of an employee given the following constraints
Given the following constrains and we have to calculate net salary of an employee.
Basic salary : $ 12000
DA : 12% of Basic salary
HRA : $150
TA : $120
Others : $450
Tax cuts – a) PF :14% of Basic salary and b) IT: 15% of Basic salary
Net Salary = Basic Salary + DA + HRA + TA + Others – (PF + IT)
Consider the program:
Output
need an explanation for this answer? contact us directly to get an explanation for this answer