Programming (Year 12)
Operators
What will be the value of x after the execution of this code: x = 5; x += 3?
5
3
8
None
Next