Q26
What is the result of not (5 > 3) ?
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.