Computer Science, asked by prateekshapoorvi, 1 month ago

The NOT operator gives FALSE value if the condition is TRUE. true or false

Answers

Answered by mahimachouhan176
1

Answer:

Finally, the not operator negates a Boolean value, so not (x > y) is True if (x > y) is False, that is, if x is less than or equal to y.

Similar questions