O
6. The statement using 'and' operator results true if
O both operands are true
O both operands are false
o either of the operands is true
O first operand is true
Answers
Answered by
4
Answer:
The statement using 'and' operator results true if both operands are true.
Explanation:
Please Make As Brainlist Answer
Answered by
2
Answer:
both operands are true.
As eg :-
.......
if (a<3 && a>0)
in this case the situation will only be true when a is both greater than 0 and less than 3 .
Similar questions