– How's the movie? Interesting? – ( ).A、It was shown late until midnightB、It was starred by a few famous peopleC、Far from. I should have stayed home watching TVD、I was seated far away in the corner

题目
– How's the movie? Interesting? – ( ).

A、It was shown late until midnight

B、It was starred by a few famous people

C、Far from. I should have stayed home watching TV

D、I was seated far away in the corner


相似考题
参考答案和解析
正确答案:C
更多“– How's the movie? Interesting? – ( ). ”相关问题
  • 第1题:

    下列语句输出结果为( )。 public class test { public static void main (String args[]) { Strings1=newString("HOW"); Strings2=newString("How"); System.out.println(!(s1.equals(s2))): } }

    A.假

    B.真

    C.0

    D.1


    正确答案:A

  • 第2题:

    下列语句输出结果为( )。 public class test { public static void main(StringArgsl[]) { String s1=new String("How"); String s2=new String("How"); System.out.println(!(s1==s2)); } }

    A.false

    B.true

    C.1

    D.0


    正确答案:B

  • 第3题:

    6.—_______ this in English?

    —It's a baseball bat.

    A. Who's

    B.What's

    C. How's

    D. Where's


    正确答案:B
    6.B【解析】由答语。It's a baseball bat.”知,上句是询问“用英语说这是什么?”

  • 第4题:

    下列语句输出结果为( )。 public class test { public static void main(String args[]) String s1 =newString("HOW"); String s2=newString("How"): System.out.pnntln(!(s1.equals(s2))); } }

    A.假

    B.真

    C.0

    D.1


    正确答案:A

  • 第5题:

    下列语句输出结果为( )。public class test{public static void main(String args []){String s1=new String("How");String s2=new String("How");System.out.println(!(s1 ==s2));}

    A.false

    B.true

    C.1

    D.0


    正确答案:B