Hello, I'd like to speak to Phil.
He's out to lunch now.()
A. Sorry, you can't.
B. I don't know.
C. Would you mind calling back later?
第1题:
Will you show me how to use this software?()
A. Sure. You'll master it in no time.
B. You are welcome.
C. Sorry, I'm too late for it.
第2题:
有下列程序段 public class fun { public static void main(String args[]) { char b[]="Hello,you"; b[5] = 0; System.out.println(s); } 执行此程序后,得到的输出结果是( )。
A.Hello, you
B.Hello0you
C.Hello
D.0
第3题:
I put my coat here? Sorry, you()
AMay; mustn't
BDo; don't
Ccan; needn't
DMay; can't
第4题:
A.Must; needn’t
B.Can; can’t
C.May; mustn’t
D.Can; mustn’t
第5题:
有下列程序段 public class fun { public static void main(String args[]) { char b[] = "Hello,you"; b[5] = 0; System.out.println(s); } 执行此程序后,得到的输出结果是( )。
A.Hello,you
B.Hello0you
C.Hello
D.0