I suggest ______ in English in class.A: to talkB: talkC: talkingD: talks
I suggest ______ in English in class.
A: to talk
B: talk
C: talking
D: talks
相关考题:
Electro-Robo can do all the following EXCEPT .A. sitting downB. shaking handsC. talkingD. walking
Stop ______, everyone. I have something important to tell you.A: talkB: to talkC: talkingD: talked
____ I?know,?there?isn’t?such?a?word?in?English.A、As much asB、So far asC、As long asD、As soon as
Some astronomers contend that the universe may be younger than previously believed.A:predictB:argueC:thinkD:suggest
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