it is an operator that requires all the conditions to be true for inclusion in the result
Answers
Answered by
1
Answer:
Logical And &&
Explanation:
When && operator is used in Java, it returns value as true or false depending upon the condition.
For example, 5>3&&3>2; Result is true since both conditions are true. 3>5&&5>2; Result is false since one condition is true while the other is not.
Similar questions
Math,
2 months ago
Math,
2 months ago
English,
2 months ago
Math,
4 months ago
Environmental Sciences,
4 months ago