

McqMate
Q. |
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: although the presence of parenthesis does affect the order of precedence, in the case shown above, it is not making a difference. the result of both of these expressions is 1.333333333. hence the statement is true. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet