Computer Science, asked by vishelikiba1974, 8 months ago

if both the conditions are true and logical AND operator then it returns the value true.
true or false​

Answers

Answered by shilpanarzary04934
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