Computer Science for IGCSE & O level - Programming (Section 12 - No. 25)
Which logical operator yields TRUE only when *either* or *both* operands are TRUE?
AND
OR
NOT
XOR
Explanation
The OR operator returns TRUE if at least one of the operands is TRUE.
Comments (0)
