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

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

If you_______to see that person, what would you say to him?

A. will

B. were

C. will be

D. are


参考答案

更多 “ If you_______to see that person, what would you say to him?A. willB. wereC. will beD. are ” 相关考题
考题 7. If I _______ you,l_______ take an umbrella with me.A. was ; shouldB. was ; wouldC. were ; willD. were ; would

考题 Ifyoudon’tliketoswim,you_____aswellstayathome.A)shouldB)mayC)canD)would

考题 If you had been have yesterday,you______(see)his father.

考题 ()you()Jane last month? B: No, I(). A、*/saw/didn’tB、Did/see/didn’tC、Did/saw/didn’tD、id/see/did

考题 "You _________ finish your homework before the dinner." said mother. A.shouldB.have toC.mustD.would

考题 If I ________ you, I would not do it.A、amB、wasC、have beenD、were

考题 If you had come earlier, you _______ him.A、could meetB、might have metC、might meetD、might as well meet

考题 “You ____ have a wrong number,” she said. “There’s no one of that name here.”A. needB. canC. mustD. would

考题 程序设计题 使用抽象类和抽象方法模拟不同人种。(15分) (1)创建一个抽象类Person,属性:name和age;在Person类中定义一个抽象方法say();(5分) (2)创建Chinese类继承Person,重写say()方法;(5分) (3)创建American类继承Person,重写say()方法;(5分)

考题 【多选题】(6-6)在类Person中定义了如下方法say(), Person类中的 ()方法能正确调用say()方法。 class Person{ public static void say(){} }A.public void intro(){ }B.static int show(){ //省略代码 }C.private static void cry(){ //省略代码 }D.public String getInfo(){ //省略代码 }