题目内容

—— What does she like?—— She ______ sports.

A. like
B. likes

查看答案
更多问题

—— Does she like books?—— Yes, she ______.

A. do
B. does

根据提示补全单词。co_puter

下列关于数组声明()是错误的。

A. int [] a = {1,2};
B. int a[] = {1,2};
C. int []a=new int [2];
D. int a[2] = {1,2};

下面代码的运行结果是( )。public class Person {static int arr[] = new int [10];public static void main(String args[]) {System.out.println(arr[9]);}}

A. 编译错误
B. 编译正确,运行时产生错误
C. 输出0
D. 输出 空

答案查题题库