Programming (Year 12)
Operators and Expressions
What is the output of the following code: print(3 * 2 ** 2)?
6
12
9
8