Vidyalelo
Python · Q20

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 20

Q20

What will be the value of X in the following Python expression? X = 2+9*((3*12)-8)/10

A.
30.0
B.
30.8
C.
28.4
D.
27.2
Answer

Answer: Option D

Solution

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