Examlex

Solved

What Will Be Displayed as a Result of Executing the Following

question 23

Multiple Choice

What 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