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 ?
To know more about Bonus illustration visit:
https://brainly.com/question/14993530
#SPJ4