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

If we have two conditions, A and B, which logical operator returns TRUE only when *both* A and B are TRUE?
OR
AND
NOT
XOR

Explanation

The AND operator demands both conditions to be TRUE.

Comments (0)

Advertisement