– What do you think of this tour? -- _____________.A、It’s terrific!B、It doesn’t matter.C、Thank you for saying that.D、Good idea.
– What do you think of this tour? -- _____________.
A、It’s terrific!
B、It doesn’t matter.
C、Thank you for saying that.
D、Good idea.
相关考题:
You look(). What () you () ? A、tire, did…doB、tiring, have…doneC、tired, do…doD、tired, have…been doing
2. You_________ make the dishes if you don t like to.A. have not toB. has not toC. don't have toD. doesn’t have to
What_________you do this Sunday if it _________ ?A. do, will rainB. will, rainC. do, rainsD. will, rains
What () you () at eight o'clock tomorrow morning? A、are; doingB、do; youC、will; doD、will; be doing
What ______ you do this Sunday if it ______?A. do, will rainB. will, rainC. do, rainsD. will, rains
利用括号中的动词,使用正确的be going to do 形式填空。(答案之间放两个空格,不需要其他标点符号) A: What _____ you ________ (do) for Halloween?
与while(*s++ = *t++ );等价的程序段是A.do { *s = *t++; } while (*s++ );B.while (*t ) *s++ = *t++;C.do { *s++ = *t++; } while (*t );D.while (*s ) *s++ = *t++;