网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
intx=1,y=6;while(y--){x++;}System.out.println(x=”+x+y=”+y);Whatistheresult?()
A.x=6y=0
B.x=7y=0
C.x=6y=-1
D.x=7y=-1
E.Compilationfails.
参考答案
更多 “ intx=1,y=6;while(y--){x++;}System.out.println(x=”+x+y=”+y);Whatistheresult?() A.x=6y=0B.x=7y=0C.x=6y=-1D.x=7y=-1E.Compilationfails. ” 相关考题
考题
intx=0;inty10;do{y--;++x;}while(x5);System.out.print(x+,+y);Whatistheresult?()
A.5,6B.5,5C.6,5D.6,6
考题
publicclassWhileFoo{publicstaticvoidmain(String[]args){intx=1,y=6;while(y--){x--;}system.out.printIn(x=”+xy=”+y);}}Whatistheresult?()
A.Theoutputisx=6y=0B.Theoutputisx=7y=0C.Theoutputisx=6y=-1D.Theoutputisx=7y=-1E.Compilationwillfail.
考题
publicclassWhileFoo{publicstaticvoidmain(Stringargs){intx=1,y=6;while(y--){x--;}system.out.printIn(x=”+xy=”+y);}}Whatistheresult?()
A.Theoutputisx=6y=0B.Theoutputisx=7y=0C.Theoutputisx=6y=-1D.Theoutputisx=7y=-1E.Compilationwillfail.
考题
有下列程序:#includestdio.hmain{ int x=0;int y=0;while(x7 &&++y){ y--;x++;}printf(%d,%d,y,x);}程序的输出结果是( )。A.0,7B.7,7C.0,6D.1,6
考题
使用穷举法求解如下(1)(2)构成的方程组 (1)x+y=100; (2)2*x+y/3=100; 如下程序中正确的是?A.int x,y; for(x=1;x<100;x++){ for(y=1;y<100;y++){ if(x+y==100 2*x+y/3==100){ printf("x=%d,y=%dn",x,y); } } }#B.int x,y; for(x=1;x<100;x++){ for(y=1;y<100;y++){ if(x+y==100 6*x+y==300){ printf("x=%d,y=%dn",x,y); } } }#C.int x,y; for(x=1;x<100;x++){ for(y=1;y<100;y++){ if(x+y=100 2*x+y/3=100){ printf("x=%d,y=%dn",x,y); } }#D.int x,y; for(x=1;x<100;x++){ for(y=1;y<100;y++
热门标签
最新试卷