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
a. 60
Computer Science & Information Technology
You might also like to view...
More than 2.6 million companies have LinkedIn Pages, in order to establish a strong ________ presence
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the most common cause for digital noise in an image?
What will be an ideal response?
Computer Science & Information Technology