Programming (Year 11)
Operators and Expressions
What is the output of the following code: print(5 + 3 * 2)?
16
11
13
10
Next