Programming (Year 12)
Basic Operations
What is the output of the following code? print(2 ** 3 + 5)
11
8
5
10