Computer Science, asked by mikeykun15, 1 day ago

State the purpose of the not operator. Give an example.

Answers

Answered by deepikajlmhjkknacin
0

Answer:

In Boolean algebra, the NOT operator is a Boolean operator that returns TRUE or 1 when the operand is FALSE or 0, and returns FALSE or 0 when the operand is TRUE or 1. Essentially, the operator reverses the logical value associated with the expression on which it operates.

Similar questions