10. A && B returns true when
(1 Point)
both are true
A is true B is False
A is false and B is true
A and B , both are false
Submit
Answers
Answered by
7
A && B returns true when both are true.
Explanation:
The logical AND ( && ) operator for a set of operands is true if and only if all of its operands are true.
Answered by
4
Answer:
both are true hope it goes well
Similar questions