15.4k views
1 vote
An expression containing the operator && is true either or both of its operands are true. True/False

1 Answer

3 votes

Answer:

True.

Step-by-step explanation:

An expression containing the && and operator is only true if both of the operands present in the expression are true otherwise it will give the result as false if either one of them is false or both of them are false.In the question it states that the expression in true either or both of it's operand are true.

Hence the answer is true.

User Amos Kosgei
by
7.7k points