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

题目内容 (请给出正确答案)
Stars have better players, so I _______them to win.

A.hope

B.prefer

C.expect

D.want


参考答案

更多 “ Stars have better players, so I _______them to win. A.hopeB.preferC.expectD.want ” 相关考题
考题 I’ll see to_____that all these letters will be sent to the post before noon. A、it.B、me.C、which.D、them.

考题 3. —Come and join us,Jimmy !—I-m sorry,but I-m really busy now.lf I _______ time,l would certainly go.A. will haveB. have hadC. hadD. have

考题 If only we______(have)a phone! I'm tired of waiting outside the public phone box.

考题 A: Which of these newspapers have you read?B: I’ve read _____them.A. bothB. both ofC. any of

考题 -Would you like to go to the cinema?-I'd _____to go to the museum.A. ratherB. PreferC. have

考题 —I'd met Smith several times before.—So (have) ( ) I.

考题 I'll read the letter_____them.

考题 - I think the parks are lovely.-So () I A.amB.doC.have

考题 I've got a lot of photos of my traveling. Would you ( )them?A. like to seeB. like seeingC. like see

考题 下面程序输出的结果是()。includeusing namespace std;void main(){ char ch[][8]={"g 下面程序输出的结果是( )。 #include<iostream> using namespace std; void main() { char ch[][8]={"good","better","best"}; for(int i=1;i<3;++i) { cout<<ch[i]<<endl; } }A.good betterB.better bestC.good bestD.good