Write a C program to Calculate Company Bonus on Salary | C Programming Examples - 16

How to Calculate Company Bonus on Salary in C Programming | C Programming Examples - 16

Write a C program to Calculate Company Bonus on Salary. How to Calculate Company Bonus on Salary in C programming. Logic to Calculate Company Bonus on Salary in C program.

Question:

A company  decides to give bonus to all its employees on new year. A 5% bonus on salary is given to male workers and 10% bonus on salary is given to female workers.  Write a C program to enter the salary and gender of the employees.  If the salary of the employee is less than 10000, then the employee gets an extra 2% bonus on salary.  Calculate the bonus that has to be given to the employee and display the salary that the employee will get?

C Programming Examples:

1. Write a C Program to Calculate Company Bonus on Salary

2. C program to Calculate Company Bonus on Salary

3. How to Calculate Company Bonus on Salary in C Programming


0 Response to Write a C program to Calculate Company Bonus on Salary | C Programming Examples - 16

Post a Comment