C Take a message
A: 2
B: 6
C: 8
D: 10
E: 12
A: 2
B: 6
C: 8
D: 10
E: 12
举一反三
- Which statement below initializes array items to contain 3 rows and 2 columns? ( ) A: int[][] items = {{2, 4}, {6, 8}, {10, 12}}; B: int[][] items = {{2, 6, 10}, {4, 8, 12}}; C: int[][] items = {2, 4}, {6, 8}, {10, 12}; D: int[][] items = {2, 6, 10}, {4, 8, 12};
- 30、40、50、60岁时戒烟可分别获得()的预期寿命。 A: 12、8、6、2 B: 10、8、6、2 C: 12、10、6、4 D: 10、9、6、3 E: 12、9、6、3
- 如下代码的运行结果为:( ) A: array([[-10, -8, -6, -4, -2],[ 0, 2, 4, 6, 8]]) B: array([[ 1, 2, 3, 4, 5],[ 6, 7, 8, 9, 10]]) C: array([[-11, -10, -9, -8, -7],[ -6, -5, -4, -3, -2]]) D: array([[12, 12, 12, 12, 12],[12, 12, 12, 12, 12]])
- 下面哪两个是等价的( )。 A: matrix(c(2, 4, 6, 8, 10, 12), nrow = 1, ncol = 6) B: matrix(c(2, 4, 6, 8, 10, 12), nrow = 6, ncol = 1) C: rep(2:12, times = 1) D: seq(2, 16, by = 2)
- 种蛋在入孵前()小时消毒。 A: 2 B: 4 C: 6~8 D: 10~12 E: 12~15