Question

If x = 3, which of the following sets x to 7?
(a) x *= 4;
(b) x += 4;
(c) x =+ 4;
(d) x + 4 = x;

Answer

This answer is hidden. It contains 3 characters.