"Open your exercise books and ( )the following," the teacher said. A.put downB.put onC.put offD.put up
"Open your exercise books and ( )the following," the teacher said.
A.put down
B.put on
C.put off
D.put up
相关考题:
7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us
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