&& is the logical operator used to join two or more condition. true or false
Answers
Answered by
1
It's a false statement because and operator is not used to join two or more conditions. It is used to check the condition.
eg: if( 2> 1 && 2>0)
System.out.println(" True ");
eg: if( 2> 1 && 2>0)
System.out.println(" True ");
Anonymous:
no
Answered by
2
Answer:
False
Explanation:
Mark as Brainiliest
Similar questions