没有搜到到结果?点击这里求解答/求资源。
【单选题】
15.I feel terrible. I think I _____be sick.

will
am going to
should
ought to
【判断题】
I dont swim now, but I used to do when I was a kid.

正确
错误
【单选题】
— Could I use your dictionary for a moment?— _______________________.

Its well
It doesnt matter
I have no idea
By all means
【单选题】
以下程序的输出结果是main){inti;fori=A;i<Ii++,i++)printf%c,i+32);printf\n);}

编译不通过,无输出
aceg
acegi
abcdefghi
【单选题】
若int i=10; 执行下列程序后,变量i的正确结果是( ) switch ( i ) { case 9: i+=1; case 10: i+=1; case 11: i+=1; default : i+=1; }

13
12
11
10
【单选题】
循环语句“for(int i=0; i i++) couti*i’ ’;”中循环体执行的次数为()

1
n-1
n
n+1
【单选题】
循环语句“for(int i=0; i i++) couti*i’ ’;”中循环体执行的次数为()。

1
n-1
n
n+1
【判断题】
i++和++ii最后的结果一样

正确
错误
【判断题】
for(i=1;i=100;i++)的执行次数为99次

正确
错误
【单选题】
执行语句for(i=1;i++后变量i的值是( )。

3
4
5
不定