5) logical operator will give true result if either of the condition is true
Answers
Answered by
0
Answer:
what you want to ask in this question
Answered by
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