Programming (Year 12)
Operators
What will be the output of the following code: print(2 * 3 ** 2)?
6
12
18
9