I became a teacher because I _____ books to business.A、wantedB、likedC、preferredD、had
I became a teacher because I _____ books to business.
A、wanted
B、liked
C、preferred
D、had
相关考题:
_______ the help of the teacher, I’ve made great progress in my English study. A.UnderB.BelowC.WithD.Because
I _____my breakfast at 8, but_____ I lunch yet. .A. had, haven't hadB. had, didn't haveC. have had, didn't have
—Why didn't you go to the cinema yesterday?—I______, but my daughter returned from America the moment I was leaving.A. didB. wouldC. was going toD. had
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
29、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { strcat(books[i],"book"); } printf("%s",books[i-1][3]); return 0; }A.PhysicalbookB.sicalC.PhysicalD.sicalbook