If you_______to see that person, what would you say to him?A. willB. wereC. will beD. are

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

A. will

B. were

C. will be

D. 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(){ //省略代码 }