单项选择题

定义含有10个元素的单精度实型一维数组正确的语句是( )。

A.Dim a(9)as Single
B.Option Base 1:Dim a(9)
C.Dim a#(9)
D.Dim a(10)As Integer