Q52
What is the result of not (3 < 5) ?
A.
True
B.
False
AnswerC.
None
D.
Error
Answer: Option B
Solution
Answer: Option B
Solution:
The not operator returns the opposite of its operand's boolean value.