- 博客(0)
- 资源 (1)
空空如也
王建新Java程序设计ppt+书中程序
public class TestLogic{
public static void main(String[] args){
int a=2, b=3, c=4;
if (a<2 & (b=13)>10)
System.out.println("不可能!");
if (a<2 && (c=14)>10)
System.out.println("不可能!");
System.out.println("b=" + b);
System.out.println("c=" + c);
}
}
2011-03-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人