Examlex

Solved

What Output Will Be Displayed as a Result of Executing

question 21

Multiple Choice

What output will be displayed as a result of executing the following code?
int x = 5, y = 20;
X += 32;
Y /= 4;
System.out.println("x = " + x + ", y = " + y) ;


Definitions:

Related Questions