Computer Science, asked by kathryn55, 9 months ago

Q10. WAP to input the name, salary and years of serviceIf
service years>5, then bonus of 5% is given.Calculate the final
salary. Display the details as follows:
Name
Basic Salary
Final Salary
<name>
<salary>
<final salary>​

Answers

Answered by dipakbanjara2
0

Explanation:

calculate gross salary according to given conditions.

Basic Salary <= 10000 : HRA = 20%, DA = 80%

Basic Salary is between 10001 to 20000 : HRA = 25%, DA = 90%

Basic Salary >= 20001 : HRA = 30%, DA = 95%

How to calculate gross salary of an employee using if else in C programming. Program to calculate gross salary of an employee using if else in C program. Logic to find gross salary of employee inWAP

Answered by ItsMissBeautifulGirl
2

Answer:

are you sure about that answer because that's my test and there are no option in question

Similar questions