Q26
What is the result of 8 / 2 ** 2 ?
A.
1
B.
8
C.
4
AnswerD.
16
Answer: Option C
Solution
Answer: Option C
Solution:
Exponentiation has higher precedence than division, so 2 ** 2 is evaluated first.