Computer Science, asked by anuragrajor400, 2 months ago

write a program working year and salary year check working year is above or equal to ten year then give bonus 2000 with salary otherwise 1000.​

Answers

Answered by hhsnnston
0

Explanation:

The bonus will be calculated as follows:

If salary is equal to or less than Rs. 7,000, then the bonus will be calculated on the actual amount by using the formula: Bonus= Salary x 8.33 / 100.

If salary is more than Rs. 7,000, then the bonus will be calculated on Rs. 7,000 by using the formula: Bonus= 7,000 x 8.33 /100.

Similar questions