Examlex

Solved

What Will Be the Value of X After the Following

question 37

Multiple Choice

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;


Definitions:

Related Questions