I would _________ play tennis than football. A.quiteB.simplyC.ratherD.like

I would _________ play tennis than football.

A.quite

B.simply

C.rather

D.like


相关考题:

I_____ jogging every morning in the park.A. goB. doC. play

I _________ table tennis quite well, but I haven ’t had time to play since the New Year.A. will playB. have playedC. play

I've always enjoyed_____ football.A. to playB. playingC. play

I ()have been here, but I()not find the time.A. could; couldB. might; couldC. should; couldD. should; would

I () roast leg of lamb, please.A、will likeB、would likeC、would

I() ping-pang quite well, but I haven t had time to play since the new year. A、will playB、have palyedC、playedD、play

8.—Can we _______ ping-pong?—No,_______ tennis.A. play; let's playB. plays; let's playC. play; let's to playD. plays; let's to play

阅读下列说明、C++代码和运行结果,填补代码中的空缺,将解答填入答题纸的对应栏内。[说明]对部分乐器进行建模,其类图如下图所示,包括:乐器(Instrument)、管乐器(Wind)、打击乐器(Percussion)、弦乐器(Stringed)、木管乐器(Woodwind)、铜管乐器(Brass)。类图下面是实现上述设计的C++代码,其中音乐类(Music)使用各类乐器(Instrument)进行演奏和调音等操作。using namespace std; enum Note(/*枚举各种音调*/ MIDDLE_C,C_SHARP,B_FLAT }; classInstrument{/*抽象基类,乐器*/ public: ______; //play函数接口 virtual voidadjust()=0; //adjust函数接口 }; class Wind ______{ public: void play(Note n) { cout<<"Wind.play() "<<n<<endl; } void adjust(){cout<<"Wind.adjust()"<<endl; } ); /*类Percussion和Stringed实现代码略*/ class Brass ______{ public: void play(Note n) {cout<<"Brass.play() "<<n<<endl; } void adjUSt(){cout<<"Brass.adjust()"<<endl;) }; classWoodwind:public Wind{ public: void play(Note n) { cout<<"Woodwind.play()"<<n<<endl; } }; class MusiC { public: voidtune(Instrument*i) { i->play(MIDDLE_C.; } voidadjust(Instrument*i){ i->adjust(); } void tuneAll(______ e[],int numIns){ /*为每个乐器定调*/ for(int i=0; i<numIns; i++){ this->tune(e[i]); this->adjust(e[i]); } } }; /*使用模板定义一个函数size,该函数将返回数组array的元素个数,实现代码略*/ int main(){ Music*music=______ Music(); Instrument*orchestra[]={new Wind(),new Woodwind() }; music->tuneAll(orchestra,size(orchestra));/*size返回数组orchestra的元素个数*/ for(int i=0;i<size(orchestra);i++) deleteorchestra[i]; delete music; }本程序运行后的输出结果为:Wind.play()0 Wind.adjust() Woodwind.play()0 Wind.adjust()

—The boss wants to talk to you.He seems unhappy with your performance.—Oh,I?be in trouble.I hope he won′t fire me.A.MustB.canC.ShouldD.would

I()reading novels()watching movies. I like my own imagination when I read them.Awouldrather;thanBprefer;toCprefer;than