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

题目内容 (请给出正确答案)

It wasn’t such a good dinner ________she had promised us.

A.like

B.which

C.what

D.as


参考答案

更多 “ It wasn’t such a good dinner ________she had promised us.A.likeB.whichC.whatD.as ” 相关考题
考题 The reason I plan to go is __________ she’ll be disappointed if I don’t. A.becauseB.forC.thatD.how

考题 He’s found his pen,______he? A.isn’tB.wasn’tC.doesn’tD.hasn’t

考题 Even the doctor couldn’t ______________ Tom to give up smoking. A、prepareB、persuadeC、promiseD、pray

考题 She_____ answer my phone call yesterday.A. doesn'tB. didn'tC. wasn't

考题 _________ she practice her violin yesterday? No, she _________.A、Was, wasn’tB、Did, didn’tC、Was, didn’tD、Did, wasn’t

考题 下列哪个程序段可能导致错误?A.String s="hello"; String t= "good"; String k=s+ t;B.String s="hello"; String t; t=s[3]+"one";C.String s="hello"; String standard=s. toUpperCaseD.String s="hello"; String t =s+ "good"

考题 下列的( )程序段可能导致错误。A.String s="hello": Sting t="good"; String k=s+t;B.Sting s="hello"; String t; t=s [3] + "one";C.Sting s="hello"; String standard=s.toUpperCase( );D.String s="hello": Stringt s +"good";

考题 Sarah had her washing machine repaired the day before yesterday,__________she?A.had B.did C.didn't D.hadn't

考题 It( )we had stayed together for a couple of weeks( )I found we had a lot in common. A.was until;when B.was until;that C.wasn’t;when D.wasn’t until;that

考题 执行以下程序段后,输出结果是() 。 char s[20]= "Good",t[]="Moring!"; strcat(s,t); puts(s);A.GoodMoring!B.Moring!C.GoodD.Moring!Good