(A) To read
(B) Reading
(C) Reader
(D) Read
第1题:
那听起来很有趣。
_______ _______interesting.
第2题:
The more the young students worked, the ________ energetic they became.
A: much
B: more
C: most
D: very
第3题:
第4题:
A.certain
B.sure
C.real
D.very
第5题:
what has Barbara got in her suitcase?
A.shoes
B.stones
C.books
第6题:
30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }
A.E
B.s
C.n
D.h