Judging from this passage, people of the Middle Ages probably ______.
A. treated black cats with respect
B. treated black cats badly
C. were witches if they had black cats
D. thought black cats were beautiful
第1题:
第2题:
下面合法的数组声明和构造语句是()
A.int[] ages = [100]
B.int ages = new int[100]
C.int[] ages = new int[100]
D.int() ages = new int(100)
第3题:
下面哪一个是合法的数组声明和构造语句?()
A.int[] ages = [100];
B.int ages = new int[100];
C.int[] ages = new int[100];
D.int() ages = new int(100);
第4题:
下面为合法的数组声明和构造语句的是_______。
A.int[] ages = [100];
B.int ages = new int[100];
C.int[] ages = new int[100];
D.int() ages = new int(100);
第5题:
8、下面合法的数组声明和构造语句是()。
A.int[] ages = [100]
B.int ages = new int[100]
C.int[] ages = new int[100]
D.int() ages = new int(100)
第6题:
下面哪一个是合法的数组声明和构造语句()。
A.int[] ages = [100];
B.int ages = new int[100];
C.int[] ages = new int[100];
D.int() ages = new int(100);