The value of bonus after the following statements are executed 25
int bonus, sales = 1250;
if (sales > 1000)
bonus = 100;
if (sales > 750)
bonus = 50;
if (sales > 500)
bonus = 25;
else
bonus = 0;
25
What is Bonus ?
- A bonus is a financial reward that is above and beyond the typical payment expectations of its receiver.
- A corporation may give bonuses as an incentive or to recognise excellent performance.
- Signing, referral, and retention incentives are examples of incentive bonuses that a business could offer to employees.
- Companies can give bonuses to employees in a number of methods, including cash, stock, and stock options.
- A bonus is a financial payment that exceeds the recipient's typical payment expectations. Companies may give bonuses to senior executives as well as entry-level workers.
- While incentives are typically given to great employees, businesses occasionally distribute bonuses to the entire workforce to quell employee resentment.
To know more about Bonus illustration visit:
https://brainly.com/question/14993530
#SPJ4