It wasn’t such a good dinner ________she had promised us.A.likeB.whichC.whatD.as

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

A.like

B.which

C.what

D.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.hadB.didC.didn'tD.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