The . . . . . . . . operator reverses the value of the condition.

AND
OR
NOT
NAND

The correct answer is C. NOT.

The NOT operator reverses the value of the condition. For example, if the condition is true, NOT will make it false, and vice versa.

The AND operator returns true only if both conditions are true.

The OR operator returns true if either condition is true.

The NAND operator returns true only if both conditions are false.

Exit mobile version