Computer Science for IGCSE & O level - Programming (Section 15 - No. 40)
Which logical operator is used to negate a condition (i.e., make it the opposite)?
AND
OR
NOT
XOR
Explanation
The NOT operator inverts the truth value of a condition.
Comments (0)
