Computer Science, asked by RAHULSEN504, 1 year ago

what is the difference between Logical AND (&&) and Logical OR (||) in Java?

Answers

Answered by Rakshiknr
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.
Answered by vandanasingh23
3

Answer:

this is the correct answer

Attachments:
Similar questions