what is the difference between Logical AND (&&) and Logical OR (||) in Java?
Answers
Answered by
1
Logical and means if any one is false then the statement is false, to be true both should be true.
Logical or means if any one is true then the statement is true, to be false both should be false.
Logical or means if any one is true then the statement is true, to be false both should be false.
Answered by
3
Answer:
this is the correct answer
Attachments:
Similar questions