Computer Science, asked by vaishnavibaybu, 6 months ago

Write a C program to calculate the gross salary of an employee when
Basic Salary =Rs.8600
DA=20%of salary
HRA=10% of salary
CTA=12% of Salary
Gross Salary=(Salary+DA+HRA+CTA)

Answers

Answered by muskan2039
10

Answer:

  • Logic to find gross salary of an employee

Input basic salary of employee. ...

  • Input basic salary of employee. ... If basic_salary <= 10000 then, hra = basic_salary * 0.8 and da = basic_salary * 0.2 .
  • Input basic salary of employee. ... If basic_salary <= 10000 then, hra = basic_salary * 0.8 and da = basic_salary * 0.2 .Similarly check basic salary and compute hra and da accordingly.
  • Input basic salary of employee. ... If basic_salary <= 10000 then, hra = basic_salary * 0.8 and da = basic_salary * 0.2 .Similarly check basic salary and compute hra and da accordingly.Calculate final gross salary using formula gross_salary = basic_salary + da + hra .

Explanation:

hope it helps you please mark me as brainliest and thank my answers ...

Answered by abdulrahmansyednawaz
0

Answer:

the shadow of a tower is equal to the day mama and papa ki waiting for your time and consideration and

Similar questions