Computer Science for IGCSE & O level - Programming (Section 12 - No. 41)
What does the NOT logical operator do?
It makes the expression TRUE if both conditions are true.
It returns TRUE if at least one condition is TRUE.
It reverses the logical value of an expression.
It combines two or more conditions.
Explanation
The NOT operator negates the truth value of an expression.
Comments (0)
