Programming (Year 11)
Arithmetic Operations
What is the output of the following code: print(2 ** 3 + 4)?
10
12
8
6