单项选择题
设有声明语句 Option Base 1 Dim a(-1 to 10,2 to 9,10)As Integer 则a数组中全部元素的个数为()。
A.960 B.920 C.900 D.1056
A.Lbound(x,2)的返回值是1 B.Ubound(x,2)的返回值是5 C.Ubound(x,1)的返回值是6 D.Lbound(x,1)的返回值是0
A.12 B.10 C.18 D.15