What will be the value of x after the following statements are executed?
```
int x = 75;
int y = 60;
if (x > y)
x = x - y;
```
a. 60
b. 75
c. 15
d. 135
c. 15
Computer Science & Information Technology
You might also like to view...
What is the Criteria2 argument of:
=COUNTIFS(A2:A64,"Blue",B2:B64,"Black")? A) A2:A64 B) "Black" C) B2:B64 D) "Blue"
Computer Science & Information Technology
After keying the title of a report, tap ENTER four times.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology