Programming (Year 11)
Operators
What is the output of the following code: print(2 ** 3 * 4)?
8
24
10
16
Next