中国大学MOOC: float[] f = new float[10],则 f[0]的值为
0.0f
举一反三
- 中国大学MOOC: float[] f = new float[10],则 f[0]的值为
- float[]f=newfloat[10],则f[0]的值为() A: 0.0 B: 0.0f C: D: false
- float f2[]=new float[];数组定义是否正确?
- 数组x定义:String x[ ][ ]=new int[3][2]; x[0 ][0 ]=”abc”, x[0 ][1]=”12345”;<br/>则 x.length 的值为______ ,x[0][1].leng()的值为______ 。
- 若有语句room = np.array([[[0,1,2,3],[4,5,6,7], [8,9,10,11]],[[12,13,14,15],[16,17,18,19],[20,21,22,23]]]),则room[0][1][0]的值为_______
内容
- 0
中国大学MOOC: int[ ][ ]a=new int[2][3];则a.length的值为( )。
- 1
以下哪些是合法的二维数组的声明和初始化?A.inta[][]=newint[10,10];B.inta[][]=newint[10][10];C.inta[10][10]=newint[10][10];D.int[][]a=newint[10][10];E.int[]a[]=newint[10][10];
- 2
函数f(x)=(12)|cosx|在[-π,π]上的单调减区间为[-π2,0]和[π2,π][-π2,0]和[π2,π].
- 3
中国大学MOOC: 已知列表lst=[ [1,2,3],[4,5,6],[7,8,9] ],则表达式lst[1][1]的值为:
- 4
中国大学MOOC: 已知列表lst=[ [1,2,3],[4,5,6],[7,8,9] ],则表达式lst[1][1]的值为: