Computer Science for IGCSE & O level - Programming (Section 13 - No. 17)

Which logical operator would result in TRUE only if *both* operands are TRUE?
OR
AND
NOT
XOR

Explanation

The AND operator requires all conditions to be true.

Comments (0)

Advertisement