State the difference between logical operators AND and OR
Answers
Answered by
2
Answer:
Explanation: if we use AND operator ..if both conditions are true then it gives true if any condition is not true it gives the output false.
When OR operator is used if any of the condition is true it gives true.
Similar questions