题目内容

执行下列程序代码的输出结果是( )。int a=10;int i,j;i=++a;j=a--;System.out.printf("%d,%d,%d",a,i,j);

查看答案
更多问题

执行 int a=2, b=4, c=6, d; d= ++a + b++ + c++; 则d的值是( )。

已知:inta=2,b=4,c=6;则:表达式(a+=b)+++c值为()。

已知:double x=6.5, y=6.5; 则表达式 x++ > y-- 值为( )。

已知:boolean b1=true, b2=true; b3=false; 则:表达式 !b1 && b2 || b3 的值为( )。

答案查题题库