Vidyalelo
Python · Q41

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 41

Q41

Evaluate the expression given below if A = 16 and B = 15. A % B // A

A.
0.0
B.
0
Answer
C.
1.0
D.
1

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board