下列哪个赋值语句是不正确的?A:float f = 11.1; B:double d = 5.3E12; C:float d = 3.14f ; D:double f=11.1E10f; 答案: float f = 11.1; 点我阅读全文
① public void modify(){}② int i, j, k;程序的运行结果正确的是() A:myCount.count=3 times=0 B:myCount.count=4 times=0 C:myCount. 点我阅读全文
③ i = 100;④ while ( i > 0 ){关于构造方法constructor,下列说法正确的是() A:一个class只能定义一个constructor B:constructor必须与class同名,且区分 点我阅读全文