题目内容

2、以下Java程序段,有错误的行是()。(1) public class HelloWorld {(2)public static void main( String[] args ) {(3)System.out.println( "你好!Java" )(4)}(5)}

A. 第1行,class要首字母大写
B. 第3行,语句没有以分号结束
C. 第2行,main要首字母大写
D. 第3行,System要小写

查看答案
更多问题

3、以下Java程序段,有错误的行是()。(1) public class HelloWorld {(2)public static void main( String[] args ) {(3)system.out.println( "你好!Java" );(4)}(5)}

A. 第1行,class首字母要大写
B. 第2行,main首字母要大写
C. 第3行,语句结尾的分号要去掉
D. 第3行,system首字母要大写

4、以下Java程序段,有错误的行是()。(1) public class HelloWorld {(2)public static main( String[] args ) {(3)System.out.println( "你好!Java" );(4)}(5)}

A. 第1行,class首字母要大写
B. 第3行,system要小写
C. 第2行,main方法缺少void
D. 第3行,语句结尾的分号要去掉

5、以下Java程序段,有错误的行是()。(1) class HelloWorld {(2)public static void main( String[] args ) {(3)System.out.println( "你好!Java" );(4)}(5)}

A. 第2行,main首字母要大写
B. 第1行,class前缺少关键字public
C. 第3行,System要小写
D. 第3行,语句结尾的分号要去掉

Do you think the way that Michal used to learn English is effective? Why or why not?

答案查题题库