Computer Science for IGCSE & O level - Programming (Section 2 - No. 30)

Which logical operator returns true if *at least one* condition is true?
AND
OR
NOT
XOR

Explanation

OR is true if at least one of the operands is true.

Comments (0)

Advertisement