Question

Assuming that x and y are equal to 3 and 2, respectively, after the statement x -= y executes, the values of x and y will be:
a. x: 5; y: 3
b. x: 3; y: -1
c. x: 3; y: 5
d. x: 1; y: 2

Answer

This answer is hidden. It contains 10 characters.