单选题 已知数组a(1 To 10)As Integer,下面调用GetValue函数正确的是( )。
Private Function GetValue(a()As Integer)As Integer
For i=1 To 10
Get Value=GetValue+a(i)
Next i
End Function

【正确答案】 B
【答案解析】