Programming (Year 12)
Operators and Expressions
What is the output of the following code: print(2 + 3 * 4)?
20
14
12
7
Next