【简答题】读一读,连一连。 1. I get up at six o'clock. 2. I go to school at seven o'clock. 3. I have lunch at eleven o'clock. 4. I go home at four o'clock. 5. I watch TV at eight o'clock. 6. I go to bed at ten o'clock.
【简答题】看图填空,每空一词。 1. I am ____. I want to ______. 2. I am ____. I want to ______. 3. I get up in the _________. Then I eat ____. 4. In the _____.I eat ____. 5. In the _______ I eat ____
【简答题】选择相搭配的语句。 ( )1. I like tomatoes. ( )2. I like potatoes. ( )3. I like carrots. ( )4. I like cucumbers. ( )5. I don't like onions. A. Tender and green. B. Smelly and white. C. Juicy ...
【单选题】main方法中第三个println语句输出什么?public class Foo { int i; static int s; public static void main(String[] args) { Foo f1 = new Foo(); System.out.println("f1.i is " + f1.i + " f1.s is " + f1.s); Foo f2 = new Fo...
【单选题】What is the printout of the third println statement in the main method? public class Foo { int i; static int s; public static void main(String[] args) { Foo f1 = new Foo(); System.out.println("f1.i is...