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