下列数组声明语句,正确的是()。
A:Dim a[3,4] As Integer
B:Dim a(3 4) As Integer
C:Dim a(n,n) As Integer
D:Dim a(3,4) As Integer
出自:国家开放大学《VisualBasic程序设计》