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

Verified
Correct Answer:
Verified
Related Questions
Q18: This is a value that is written
Q19: Which one of the following methods would
Q20: What will be displayed after the following
Q21: What will be the value of z
Q24: Both character literals and string literals can
Q24: A Java program will not compile unless
Q25: Which Scanner class method reads a String?<br>A)
Q26: What will be displayed as a result
Q27: Which of the following statements correctly creates
Q35: Which of the following is not a