Program 2 Write a closure function that finds and returns the bonus for the employee salary according to the criteria given in the following table. Then, write the driver code that has to accept...


Program 2<br>Write a closure function that finds and returns the bonus for the employee salary according<br>to the criteria given in the following table. Then, write the driver code that has to accept salary<br>of an employee as an input and pass the salary as an argument to the closure function.<br>Salary(s)<br>salary < 500<br>500 <= salary < 1000<br>| 1000 <= salary < 1500<br>salary >=1500<br>Bonus(b)<br>3% of salary<br>5% of salary<br>7% of salary<br>10% of salary<br>The sample Input and output of the program:<br>Enter Salary of an Employee: 1600<br>Grade : 160<br>

Extracted text: Program 2 Write a closure function that finds and returns the bonus for the employee salary according to the criteria given in the following table. Then, write the driver code that has to accept salary of an employee as an input and pass the salary as an argument to the closure function. Salary(s) salary < 500="" 500=""><= salary="">< 1000="" |="" 1000=""><= salary="">< 1500="" salary="">=1500 Bonus(b) 3% of salary 5% of salary 7% of salary 10% of salary The sample Input and output of the program: Enter Salary of an Employee: 1600 Grade : 160

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here