单项选择题

下列数组声明语句,正确的是()。

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