Programming (Year 11)
Operators
What is the output of the following code: print(3 * (4 + 5))?
27
12
27
15
Next