网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

I became a teacher because I _____ books to business.

A、wanted

B、liked

C、preferred

D、had


参考答案

更多 “ I became a teacher because I _____ books to business.A、wantedB、likedC、preferredD、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

考题 I _______ him study hard until he passes the exam. A.askB.madeC.letD.had

考题 ()I buy a bike, I’ll have to use the car. A、ifB、whenC、unlessD、because

考题 I’m ()to graduate in the next half of the year. A、dueB、owingC、thanksD、because

考题 —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

考题 2、用because和because of填空。 Please be brief ____________________ I'm in a hurry.

考题 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