网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

I am a middle school student. I (11) at No.6 Middle School.our (12) is big. I (13) 0ur school.(14) begin at eight. We(15) four classes in the morning and two in (16) afternoom We study Chinese,maths, English and (17) lessons. There (18) fifty students in our class. We work (19) .We study (20) the people.

( )11.

A.study

B.work

C. play

D. go


参考答案

更多 “ I am a middle school student. I (11) at No.6 Middle School.our (12) is big. I (13) 0ur school.(14) begin at eight. We(15) four classes in the morning and two in (16) afternoom We study Chinese,maths, English and (17) lessons. There (18) fifty students in our class. We work (19) .We study (20) the people.( )11.A.studyB.workC. playD. go ” 相关考题
考题 若int i=10; 执行下列程序后,变量i的正确结果是() switch (i ) { case 9: i+=1; case 10: i+=1; case 11: i+=1; default : i+=1; }A.13B.12C.11D.10

考题 下列程序运行后i的值是()。 int i=10; switch(i+1){ case 10:i++;break; case 11:++i; case 12:++i;break; default:i=i+1; }A.12B.11C.13D.10

考题 若int i=10; 执行下列程序后,变量i的正确结果是 switch (i ) { case 9: i+=1; case 10: i+=1; case 11: i+=1; default : i+=1; }A.13B.12C.11D.10

考题 若S=0,执行循环语句“for(i=1;i<=10;i=i+3) s=s+i;”后,i的值为()。A.12B.10C.11D.13

考题 若int i=10;执行下面程序段后,变量i的值是()。 switch (i) { case 9: i+=1 ; case 10: i+=1 ; case 11: i+=1 ; default: i+=1 ; }A.10B.11C.12D.13

考题 若 int i=10; 执行下列程序后,变量i的正确结果是() switch(i) { case 9: i+=1; case 10: i+=1; case 11: i+=1; default: i+=1; }A.10B.11C.12D.13

考题 6、若int i=10;执行下面程序段后,变量i的值是()。 switch (i) { case 9: i+=1 ; case 10: i+=1 ; case 11: i+=1 ; default: i+=1 ; }A.10B.11C.12D.13

考题 若int i=10;执行下列程序后,变量i的正确结果是()。 switch (i) { case 9: i+=1 ; case 10: i+=1 ; case 11: i+=1 ; default : i+=1 ; }A.10B.11C.12D.13

考题 7、执行下列程序段后,变量i的值是()。 int i=10; switch(i) { case 9:i+=1; case 10:i+=1; case 11:i+=1; default:i+=1; }A.13B.12C.11D.14

考题 若int i=10;执行下面程序段后,变量i的值是()。 switch (i) { case 9: i+=1 ; case 10: i+=1 ; case 11: i+=1 ; default: i+=1 ; }A.10B.11C.13D.12