【单选题】
I was to have a trip abroad if _____.
③
my boss won’t have fired me
【单选题】
以下程序的运行结果是()。voidmain(){ints=0,i=0;while(i8){i++;if(i%2==0)continue;s+=i;}printf("%d\n",s);}
【简答题】
以下程序输出结果是[填空1]。#include stdio.hvoid main(){ int i, sum=0;for(i=1; i i++)sum+=i;printf(″%d\n″,sum);}
【简答题】
以下程序输出结果是[填空1]。#include stdio.hvoid main(){ int i, sum=0;for(i=1; i i++)sum+=i;printf(″%d\n″,sum);}
【简答题】
以下程序输出结果是[填空1]。#include stdio.hvoid main(){ int i, sum=0;for(i=1; i i++)sum+=i;printf(″%d\n″,sum);}
【单选题】
—I’ve got an offer in New York. —Oh, ____! But I’m going to miss you.
【单选题】
在下面循环语句中循环体执行的次数为()。
int i=0; do i++; while(i*i<10);
【单选题】
在下面循环语句中循环体执行的次数为(????)
?int i=0; do i++; while(i*i<10);
【判断题】
If I have any comments to make, I’ll write them in the ___margin___ of the book I’m reading
【单选题】
I felt approaching footsteps. I stretched out my hand as I supposed to my mother.
①
A. 我感到有人走近,于是伸出了手,以为是把手伸向母亲。
②
B. 我感到有人走近,我就伸出了手,因为我在等我的母亲。
③
C. 我感到有人向我走来,我想那是我母亲,她把手伸向我。
④
D. 我感到有人向我走来,我想那是我母亲,她伸手搂抱我。