Examlex

Solved

What Will Be the Value of X After the Following

question 17

Multiple Choice

What will be the value of x after the following code is executed?
Int x = 75;
Int y = 60;
If (x > y)
X = x - y;


Definitions:

Related Questions