Computer Science for IGCSE & O level - Programming (Section 8 - No. 7)
What is the role of an `AND` operator in a conditional statement?
It executes code if at least one condition is true.
It executes code only if all conditions are true.
It reverses the truth value of a condition.
It defines alternative actions if the first condition is false.
Explanation
`AND` requires all conditions to be true for the entire expression to be true.
Comments (0)
