Logical operator
•
Java
&&The difference between and (and operation)
&&(short circuit and)
The first and second operands must be true to return true, otherwise false.
i = 4 ((i++ > 6) && (i++ < 9 System.out.println(i) ;
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码