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
Q1: What is the result of the following
Q6: Which Scanner class method reads a String?<br>A)
Q16: In the following Java statement, what value
Q30: To print "Hello, world" on the monitor,
Q31: If you wish to use the System.out.printf
Q32: A Java program must have at least
Q33: If you use a <b> flag</b>
Q35: What would be displayed as a result
Q39: This is a value that is written
Q40: This statement tells the compiler where to