• 2021-04-14
    Shall I ____ one copy or two?
  • print

    内容

    • 0

      Of the two girls, I like the tall one (well) ______.

    • 1

      I have two cats. ______ white one is two years old and ______ black one is three years old. A: a;a B: the;a C: the;the D: a;the

    • 2

      I have two books and I'm going to buy() A: the third B: a third one C: third one D: the third one

    • 3

      In last school sports meeting I took part in the high jump except the three-legged race. But this school Sports Day I took the three-legged race besides the high jump.I took part in the three-legged race () time(s) and the high jump () time(s). A: one;one B: two;two C: two;one D: one;two

    • 4

      int i=1; switch (i) { case 0: System.out.println("zero"); break; case 1: System.out.println("one"); case 2: System.out.println("two"); default: System.out.println("default"); } A: one B: one, default C: one, two, default D: default