C++ program to input the basic salary of an employee and calculate its Gross salary by using the if-else statement

C program to input the basic salary of an employee and calculate its Gross salary by using the if-else statement.

Write the program according to the following:
Basic Salary <= 10000 : HRA = 20%, DA = 80%
Basic Salary <= 20000 : HRA = 25%, DA = 90%
Basic Salary > 20000 : HRA = 30%, DA = 95%

Dearness Allowance: Dearness Allowance is given out to employees to reduce the impact of inflation on employees.
House Rent Allowance (HRA): For most employees, House Rent Allowance (HRA) is a part of their salary structure.
Gross Salary: Gross Salary is the monthly or yearly salary before any deductions are made from it.

Flowchart of Gross salary program

Flowchart-of-C-program-to-input-the-basic-salary-of-an-employee-and-calculate-its-Gross-salary-by-using-the-if-else-statement
Flowchart-of-C-program-to-input-the-basic-salary-of-an-employee-and-calculate-its-Gross-salary-by-using-the-if-else-statement

C++ Source Code of Gross salary program

Output

enter the basic salary of the employee.

25000

the gross salary of the employee is

56250

SFT (Shamil’s Flow Table )

Are you interested to Read about SFT(Shamil’s Flow Table)?

Calculating salary in a more simple way

Shamil’s Memory Table (SMT) for Gross Salary in C++

write a C++ program to calculate gross salary
write a C++ program to calculate gross salary
c++ program employee salary
c++ program employee salary

C++ Salary program using switch statement

Output

Enter employee’s first name: ali
Enter employee’s last name: khan
Enter employee’s yearly salary: 800000
Enter employee’s performance rating: 1
0
Employee Name: ali khan
Employee Salary: $800000
Employee Rating: 1
Employee Bonus: $-1

——————————–

C++ Exercise | If else Statement

  1. calculate the bill
  2. character is small, capital or a special character
  3. a number is even or odd
  4. 0 is a positive or negative number
  5. a positive and negative number
  6. Enter Range of numbers and replaced them
  7. a greater number among three numbers
  8. Armstrong Number
  9. ASCII code 
  10. Find the Maximum value program in C++ (C Plus Plus).
  11. maximum number
  12. Maximum Number between two numbers 
  13. Student Grade
  14. the number is divisible by 11 or 5 or not
  15. Triangle 
  16. a triangle is an equilateral, isosceles or scalene
  17. Leap year 
  18. character is an alphabet or not
  19. Grade Percentage
  20. character is an alphabet, digit, or special character
  21. character is an uppercase or lowercase.
  22. Weekdays
  23. a prime or composite number
  24. hours and minutes as  AM or PM
  25. swap the values of two numbers
  26. update even to odd
  27. Profit Loss
  28. centimeter into meter and kilometer 
  29. Triangle 
  30. Salary
  31. Even odd with goto statement.
  32. area of the circle