河南成教 / Java程序设计
[填空题] 下面程序段的输出结果是:_____
public class test{
public static void main(String args[])
int a=1,b=-1,c=2;
if(a>b)
if(b>0)
if(c<0)
c=0;
else
c++;
System.out.println(c);
}
public class test{
public static void main(String args[])
int a=1,b=-1,c=2;
if(a>b)
if(b>0)
if(c<0)
c=0;
else
c++;
System.out.println(c);
}
参考答案:
佳题速递: