题目内容

下面程序段的输出结果是:int a = 2;System.out.print(a++);System.out.print(a);System.out.print(++a);

A. 333
B. 334
C. 234
D. 233

查看答案
更多问题

以下程序的运行结果为:public class Test{public static void main(String argv[ ]){System.out.println("good"+"morning");}}

A. goodmorning
B. "good"+"morning"
C. good morning
D. good+morning

以下程序的输出结果为:public class test {public static void main(String args[]) {int x=1,y=1,z=1;if (x--==1&&y++==1||z++== 1、System.out.println("x="+x+",y="+y+",z="+z);}}

A. x=0,y=2,z=1
B. x=1,y=2,z=1
C. x=0,y=1,z=1
D. x=0,y=2,z=2

伊朗第一部大规模的史诗,也是世界著名史诗之一的作品是()

A3天
B7天
C15天
D30天

答案查题题库