首页试题列表> 试题详细
单选题
下列 VBA 数组声明语句中,正确的是
A.Dim a[3,4] As Integer
B.Dim a(3,4) As String
C.Dim a(n,n) As Single
D.Dim a(3 4) As Integer

题目知识点:
查看答案
暂无