Programming (Year 11)
Operators
What will be the value of x after the following code executes: x = 5; x += 2; x *= 3?
7
15
21
5
Next