题目内容

下面选项中,______是合法的标识符。

A. hello.world
B. 1Demo
C. _3_
D. class

查看答案
更多问题

分析以下程序中灰底色部分代码的错误,把修改后的对应代码填写在对应的下划线中(没有错误则直接填写原语句),使其能正确输出结果。public class Test01 {public static void main(String[] args) {float floatx, x=15; // ____(1)_______y=floatx + x ; // ____(2)_______int a=20;// ____(3)_______float s=a*10;// ____(4)_______System.out.println("y="+y+",s="+s); // ____(5)_______}}

阅读分析下面的程序,回答后面的问题:public class Test01 {public static void main(String[] args) {byte b = 3;b = b + 4;System.out.println("b=" + b);}}(1)代码是否能够编译通过? 回答:_________(能/不能)(2)如果能编译通过,请写出运行的结果,否则请说明编译失败的原因。结果/失败原因:______________________________________

我国65岁以上阿尔茨海默患病率达到

A. 4.8%以上
B. 10%以上
C. 15%以上
D. 20%以上

阿尔茨海默病的病理改变主要在

A. 小脑
B. 大脑
C. 海马体
D. 中脑

答案查题题库