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