题目内容

(2-6)Java语言中,单目运算符有()个操作数,双目运算符有()个操作数。

查看答案
更多问题

(2-6)if(-0.0==0.0)返回true。

A. 对
B. 错

(2-6)用最有效率的方法算出2乘以16,以及2的10次方。

(2-6)请写出下面程序运行结果。publicclassDemo{publicstaticvoidmain(String[]args){intb=011001;System.out.println(b);}}

(2-6)写出下面程序运行结果。publicclassDemo{publicstaticvoidmain(Stringargs[]){intx=9,y=11,z=8;intt,w;t=x>y?x:y+x;w=t>z?t:z;System.out.println(w);}}

答案查题题库