A.How
B.are.
C.you
D.how ate you!
[单选题]下面程序的输出结果是( )。 public class Sun { public static void main(String args[ ]) { int i = 9; switch (i) { default: System.out.println("default"); case 0: System.out.println("zero"); break; case 1: System.out.println("one"); case 2: System.out.println
[单选题]阅读下面程序,则执行后的输出结果为( )
[单选题]下面程序执行后的输出结果为( )。 public class fun { public static void main(String args[]) { String greets = " How are you!"; String s = greets.substring(0,3); System.out.println(s); } }A.HowB.areC.youD.how are you!
[单选题]执行下面语句后,输出结果为()。A . 10B . 30C . 10和30D . 30和10
[单选题]下面程序:运行后输出结果为()A . A=2B=2B . A=1B=3C . A=2B=3D . 出错
[单选题]下面程序运行后,输出结果为( )。A. 1357B. 3579C. 7531D. 9753
[单选题]下列程序执行后,其输出结果为( )。A. 1 1 1 4 1B. 1 2 3 4 1C. 1 2 1 4 1D. 1 1 1 4 1
[单选题]执行下面程序后输出的正确结果是( )。 publicclassTest{ publicstaticvoidmain(Stringargs[]){ bytex=3,y=4; longr=80L; System.out.print(r/y); System.out.print(","); System.out.print(x/y); } }A.20.0,1B.20.0,1.0C.20,0D.20,1.0
[单选题]下面程序段执行后消息框的输出结果是( )。A. 1B. 12C. 123D. 1234
[单选题]执行下面程序后输出的结果是()。include using namespace std;int main(){ int a[4][4执行下面程序后输出的结果是( )。 #include <iostream> using namespace std; int main(){ int a[4][4]={{1,2,3,-4},{7,-12,-13,8},{-21,9,0,-24},{-31,10,-33,11}}; int i,j,s=0; for(i=0;i<4;i++){ for(j=0;j<4;