Computer Science, asked by suvrajitpramanick, 3 months ago


5) logical operator will give true result if either of the condition is true

Answers

Answered by bhoomikavashishth496
0

Answer:

what you want to ask in this question

Answered by yash234575
0

Explanation:

As we can see, the result is always true except for the case when both operands are false . If an operand is not a boolean, it's converted to a boolean for the evaluation. Most of the time, OR || is used in an if statement to test if any of the given conditions is true .

Similar questions