Multiple Choice
Suppose x = 4 and y = 2. If the statement x *= y; is executed once, what is the value of x?
A) 2
B) 4
C) 8
D) This is an illegal statement in Java.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The expression (int)8.7 evaluates to _.<br>A) 8<br>B)
Q14: Suppose console is a Scanner object initialized
Q15: Java automatically initializes all variables.
Q16: Which of the following statements about a
Q17: Which of the following is the newline
Q19: The memory allocated for a double value
Q20: Suppose console is a Scanner object initialized
Q21: The null string contains only the blank
Q22: _ are executable statements that inform the
Q23: The expression (double)(5 + 4) evaluates to