如下静态数组声明语句, 正确。

A.Dim a[3,4] As Integer
B.Dim a(3,4) As Integer
C.Dim a(n,n) As Integer
D.ReDim a(3,4) As Integer
出自:河南科技大学-通信工程-VB程序设计