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

题目内容 (请给出正确答案)
"Open your exercise books and ( )the following," the teacher said.

A.put down

B.put on

C.put off

D.put up


参考答案

更多 “ "Open your exercise books and ( )the following," the teacher said. A.put downB.put onC.put offD.put up ” 相关考题
考题 7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His

考题 Nice to meet____(your).

考题 Ours is finer than ( ). A、yours or hisB、yours or himC、your's or hisD、you or he

考题 My opinions are similar to ___. A.youB.yourC.yoursD.your's

考题 You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

考题 What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

考题 ( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us

考题 48.A. myB. hisC. theirD. your

考题 Your ______ working on my vessel has acknowledged the truth of and liability for the damage.A.representativeB.DPC.ship-ownerD.man

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