if both the conditions are true and logical AND operator then it returns the value true.
true or false
Answers
Answered by
3
Answer:
Logical OR operator: The '||' operator returns true even if one (or both) of the conditions under consideration is satisfied. Otherwise it returns false. For example, a || b returns true if one of a or b or both are true (i.e. non-zero). Of course, it returns true when both a and b are true.
Explanation:
hope it helps you........
Similar questions