Logical operator

&&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
分享
二维码
< <上一篇
下一篇>>