Computer Science for IGCSE & O level - Programming (Section 14 - No. 31)

Which logical operator would be used to combine the conditions 'A is true' and 'B is true' to only execute the consequent statements?
OR
AND
NOT
=

Explanation

The AND operator requires both conditions to be true.

Comments (0)

Advertisement