单项选择题
A.int B.float C.long D.double
A.缩排位置相同的任意if B.在其之前未配对的任意if C.在其之前未配对的最近的if D.同一行上的if
A.int[]arr=new int[5]; B.int[]arr=new int[]{1,3,5,7,9} C.int[]arr={1,3,5,7,9} D.int[]arr=new int{1,3,5,7,9}
A.x[9]为0 B.x[9]未定义 C.x[10]为0 D.x[0]为空
微信扫一扫,加关注免费搜题