单项选择题

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

A.Dim A [3,4] As Integer
B.Dim A (3,4) As Integer
C.Dim A [3;4] As Integer
D.Dim A (3;4) As Integer