When using the logical operator or both operands must be true.

True
False

1 answer

False.

In the context of the logical operator "or," only one of the operands (or both) needs to be true for the overall expression to evaluate as true. If both operands are false, then the expression evaluates as false.