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) ;
A) x = 160, y = 80
B) x = 32, y = 4
C) x = 37, y = 5
D) x = 9, y = 52
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: In the following Java statement, what value
Q17: If the compiler encounters a statement that
Q18: What will be displayed as a result
Q19: What is the value of z after
Q20: What would be displayed as a result
Q22: Both character and string literals can be
Q23: Which of the following cannot be used
Q24: A Java program will not compile unless
Q25: Class names and key words are examples
Q26: The System.out.printf method allows you to format