3. —How far is your cousin's home from here?
—It's about two_________ drive.
A. hour-s
B. hours
C. hours
D. hour
第1题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第2题:
下列程序段: String s1=new String("How"); String s2=new String("How"); System.out.println(!(s1==s2)); 的结果为
A.false
B.true
C.1
D.0
第3题:
下列语句输出结果为( )。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
第4题:
A: ( )is the nearest chemist's? B: On the corner.
A. What B. Where
C. How
第5题:
下列语句输出结果为( )。 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
第6题: