A.running into
B.coming across
C.happening to
D.falling on
第1题:
If only we______(have)a phone! I'm tired of waiting outside the public phone box.
第2题:
A、are…being
B、is…being
C、has…been
D、have…been
第3题:
A. making
B. visiting
C. training
D. taking
第4题:
-Would you like to go to the cinema?
-I'd _____to go to the museum.
A. rather
B. Prefer
C. have
第5题:
第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!”);