What will be the order of evaluation for the following expressions?(i) i + 3 >= j - 9 (ii) a +10 < p - 3 + 2 q
Answers
Answered by
6
Answer:
(i) i + 5 >= j – 6 # First Arithmetic and then Relational operator
(ii) s * 10 < p * * 2 # First Arithmetic and then Relational operator
Similar questions