【简答题】写出程序运行结果。 #include main() { int i=10,j=0; do { j=j+i; i--;} while (i>2); printf("%d\n",j); }
【简答题】程序阅读题,写出程序运行结果: ______ #include main() { int i=1; while(i<10) if(++i%3!=2) continue; else printf("%d",i); printf("\n"); }
【单选题】Mr Liu doesn't _____________ football. [ ]
【单选题】Tom enjoyed going to the movies. He liked to sit ______.
A.
in the first of the theater
【单选题】写出程序运行结果 #include int main() { int i=1, n=0; switch(i) { case 1: case 2: n++; break; case 3: n++; } printf("%d", n); return 0; }
【单选题】Jack doesn't work ________ Tom. [ ]