John : Would you like to go out to dinner or to a movie?
Karen: Either one, __________I just want to get out of the house.
A. it's a great idea.
B. it's up to you.
C. if you like it.
D. if you wish.
第1题:
( ) fire tries gold, ( )does adversity try virtue.
A、Both....and
B、Either...or
C、Like...so
D、As...so
第2题:
“You ____ have a wrong number,” she said. “There’s no one of that name here.”
A. need
B. can
C. must
D. would
第3题:
第4题:
编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }
A.one,
B.one,two,
C.one,two,default
D.default
第5题: