—Where are________ books?
—They are on the desk.
What has Barbara got in her suitcase?A.ShoesB.StonesD.Books
点击查看答案
I don’t think television will ever ________ books.A.take placeB.take place ofC.take the placeD.take the place of
When I was a child, I enjoyed ________ picture-books.A、readingB、readC、to readD、have read
What has Barbara got in her suitcase?A. ShoesB. StonesC. Books
what has Barbara got in her suitcase?A.shoesB.stonesC.books
Both the Bible and the Koran are regarded as() books.A.sacred B.rubbish C.secret D.satisfied
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.EB.sC.nD.h