What would be the value of bonus after the following statements are executed?

```
int bonus, sales = 1250;
if (sales > 1000)
bonus = 100;
if (sales > 750)
bonus = 50;
if (sales > 500)
bonus = 25;
else
bonus = 0;
```

a. 100
b. 500
c. 25
d. 0

c. 25

Computer Science & Information Technology

You might also like to view...

Tables, queries, reports, and forms are all examples of ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

You are required to build a PC that is capable of running the standard Microsoft Windows 10 OS. You do not need any additional hardware for gaming or video editing.

A. Thin clients B. Thick clients C. SFF D. Home server

Computer Science & Information Technology