【单选题】
29. I remember __________ for the job, but I forget the exact amount.
【单选题】
15.I feel terrible. I think I _____be sick.
【判断题】
I dont swim now, but I used to do when I was a kid.
【单选题】
以下程序的输出结果是main){inti;fori=A;i<I;i++,i++)printf%c,i+32);printf\n);}
【单选题】
“ECCD”(Early Childhood Care and Education)词汇的出现说明了国外(尤其是西方)幼儿园课程( )的趋势。
【单选题】
Doctor: ____ Patient: I’ve caught a bad cold and got a sour throat.?
①
What seems to be the problem? ?
②
?Do you have anything to declare, sir??
③
Good morning. May I help you? ?
④
How have you been getting along recently??
【单选题】
-I’m sorry I broke your mirror.-Oh, really? ____.
【单选题】
若int i=10; 执行下列程序后,变量i的正确结果是( ) switch ( i )
{ case 9: i+=1;
case 10: i+=1;
case 11: i+=1;
default : i+=1; }
【单选题】
循环语句“for(int i=0; i i++) couti*i’ ’;”中循环体执行的次数为()
【单选题】
循环语句“for(int i=0; i i++) couti*i’ ’;”中循环体执行的次数为()。