Advertisements
Advertisements
Question
What will be the output of the following statement?
print(14%3**2*4)Options
16
64
20
256
MCQ
Advertisements
Solution
20
Explanation:
(14 % 3 ** 2 * 4)
= 14 % 9 * 4
= 5 * 4
= 20
(** has the highest priority)shaalaa.com
Is there an error in this question or solution?
