下列代码段执行后的输出结果是()。
A . 0
B . 1
C . 2
D . 3
[单选题]下列程序段执行后输出的结果是()A . -2B . -1C . 0D . 1
[单选题]下列程序段执行后输出的结果是( )。A. 90B. 60C. 40D. 10
[单选题]下列程序段执行后输出的结果是()。A . China2008@B . @China2008C . China@2008D . China#2008
[单选题]下面代码执行后,正确的输出结果是()。A . You are fired! You are hired!B . You are fired! You are fired!C . You are hired! You are hired!D . You are hired! Youarefired!
[单选题]执行下列程序段输出结果是()。A . *B . **C . ***D . ****
[单选题]执行以下代码,输出结果是()A.8B.6C.7D.true
[单选题]当输入4,下列程序段执行后输出的结果是()A . 优秀B . 良好C . 及格D . 不及格
[单选题]下列代码段的执行结果是( )。 public class Test { public static void main(String args[]) } String s1=new String("hello"); String s2=new String{"hello"); System.out.println(s1==s2); System.out.println(s1.equal(s2)); } }A.true falseB.true trueC.false trueD.false
[单选题]下列代码段的执行结果是( )。 public class Test { public static void main(String args[ ]) { String s1= new String("hello"); String s2= new String("hello"); System.out.println(s1==s2); System.out.println(s1.equal(s2)); } }A.true falseB.true trueC.false trueD.fa
[单选题]下面程序段执行后消息框的输出结果是( )。A. 1B. 12C. 123D. 1234