niusouti.com
参考答案和解析
参考答案:B
更多“Something went wrong ___________ my car. ”相关问题
  • 第1题:

    程序读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。

    A.if(i>10)throwException(“something’swrong!”);

    B.if(i>10)throwExceptione(“something’swrong!”);

    C.if(i>10)thrownewException(“something’swrong!”);

    D.if(i>10)thrownewExceptione("something’swrong!");


    参考答案:C

  • 第2题:

    She is believed to( )to Australia.

    A. go

    B. have gone

    C. is going

    D. went


    参考答案:B

  • 第3题:

    The word “went” contains two morphemes.()


    参考答案:正确

  • 第4题:

    The man denied_____ into the neighbor's garden and ______his cow.

    A.going„„stealing

    B.going„stole

    C.went„stealing

    D.went„stole


    参考答案:A

  • 第5题:

    17_______.

    A. gone

    B. going

    C. goes

    D. went


    正确答案:A

  • 第6题:

    Java程序中读入用户输入的一个值,要求创建一个自定义的异常,如果输入值大于10,使用throw语句显式地引发异常,异常输出信息为“something’swrong!”,语句为()。

    A.if(I>10)throw Exception(“something’swrong!”);

    B.if(I>10)throw Exceptione(“something’swrong!”);

    C.if(I>10)thrownew Exception(“something’swrong!”);

    D.if(I>10)thrownew Exceptione(“something’swrong!”);


    正确答案:C