Programming (Year 12)
Operators
What is the output of the following code: print(2 ** 3 + 4 * 2)?
10
14
12
8