更多“I'm sorry, he must be out in the library at the moment. (翻译) ”相关问题
  • 第1题:

    – What about Wednesday evening? -Sorry, _____ then.

    A. I’m too busy

    B.I’m free

    C.I’m fine


    正确答案:A. 问“周三晚上有空吗?”,答“抱歉,我那时很忙。”委婉地拒绝。

  • 第2题:

    Sorry, he’s fully ___________ (book) this morning


    参考答案:booked

  • 第3题:

     W: Hey, if you can’t enjoy the music at a sensible volume, why not use earphones? I’m preparing for the speech contest.

    M: Oh, sorry. I didn’t realize I’ve being bothering you all this time.

    Q: What is the man probably doing?

    短语怎么回答


    是听力吧?这样我做不了。

     

  • 第4题:

    I’m sure he ____not mind your going with me.

    A.shall

    B. can

    C.would

    D. must


    正确答案:C

  • 第5题:

    下列程序的输出结果是 classA{ int i,j; A(int i,int j) { this.i=i; this.j=j; } void print( ) { System.out.println("i="+i+""+"j="+j) } class B extends A{ int in; B (int i,int j,int m){ super(a,B) ; this.m=m; } void print( ) { Sytem.out.println("m+"+m);} } class C { public static void main (strang argsⅡ) { B b:new B(1,2,3); b.print( ); } }

    A.i=1 j=2 m=3

    B.m=3

    C.i=3 j=2

    D.m=1 i=1


    正确答案:B
    解析:在对象b调用prin()方法时,使用了类B内定义的print()版本,即在类B内的print()版本覆盖了在类A中的print()方法。

  • 第6题:

    --Can I get the house cheaper?
    --Sorry, it's ______ my power to sell it any cheaper.

    A. without
    B. except
    C. beyond
    D. out

    答案:C
    解析:
    beyond one's power是固定搭配,表示"超出某人的能力",故选C。