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