They had (installation) ____________ a new phone line in their apartmen
举一反三
- Sam bought a new cell phone ()he already had one A: and B: even though C: if D: when
- He bought a new mobile phone last Sunday, because his old one ___________. A: had stolen B: had been stolen C: was stolen D: stolen
- He resisted theto buy a new phone, though he had been longing for a new one of the latest version for a long time. A: tempt B: impulse C: haste D: fancy
- (6-9)请阅读程序,写出程序运行结果。 class Phone{ private String name; private int price; public Phone(String name, int price) { this.name = name; this.price = price; } public String toString() { return ""+this.price; } } public class PhoneDemo { public static void main(String[] args) { StringBuffer sb=new StringBuffer(); Phone [] list=new Phone[3]; list[0]=new Phone("华为",3000); list[1]=new Phone("小米8",4000); list[2]=new Phone("vivo R10",2300); for(Phone p:list) sb.append(p); System.out.println(sb.toString()); } }
- The receptionist, __________ job it was to answer the phone, had laryngitis.