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

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.2: Returning A Single Value
Problem 13E
icon
Related questions
Question
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
Transcribed Image 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
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning