A. qutie useless
B. rather uncertain
C. quite unprepared
D. wonder
下列选项中,不能输出100个整数的是A.for(int i=0;i<100;i++) System.out.println(i);B.int i=0; do{ System.out.println(i); i++; }while(i<100);C.int i=0; while(i<100){ System.out.printIn(i); i++; }D.int i=0; while(i<100){ i++; if(i<100)continue; System .out.printIn(i); }
点击查看答案
Saul's brother left the matter entirely up to ______ and ______.A. I, heB. him, IC. me, heD. him, me
If he had asked me, I ( ) him.A.should have helpedB.would helpC.would have helpedD.helped
If I had come here yesterday, I _______him.A. would have seenB. would seeC. have seenD. saw
下列选项中,不能输出100个整数的是( )。A.for(int i=0;i<100;i++) System.out.println(i);B.int i=0; do{ System.out.println(i); i++; }while(i<100);C.int i=0; while(i<100){ System.out.println(i); i++; }D.int i=0; while(i<100){ i++; if(i<100)continue; System.OUt.println(i); }
下列选项中,不能输出100个整数的是( )。A.for(int i=0;i<100;i++) System.out.println(i);B.int i=0; do { System.out.println(i): i++: }while(i<100);C.int i=0: while(i<100)f System.out.println(i); i++: }D.int i=0: while(i<100){ i++: if(i<1OO)continue; System.out.println(i); }
下列选项中,不能输出100个整数的是( )。A.for(int i=0;i<100;i++) System.out.println(i);B.int i=0; do{ System.out.println(i); i++: }while(i<100);C.int i=0: while(i<100){System.out.println(i); i++: }D.int i=0: while(i<100){ i++: if(i<100)continue: System.out.println(i); }