explain the use of && and ll in java pls ...
Answers
Answered by
1
Explanation:
Java has two operators for performing logical And operations: & and &&. Both combine two Boolean expressions and return true only if both expressions are true. ... Then the & operator compares the results. If they're both true, the & operator returns true.
Similar questions