[单项选择题] 已知数组a(1 To 10)As Integer,下面调用GetValue函数正确的是( )。 Private Function GetValue(a()As Integer)As

8 查阅

[单项选择题] 已知数组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

A.S=GetValue(a(1 To 10))

B.S=GetValue(a)

C.S=GetValue(a(10))

D.S=GetValue a

参考答案:

B

计算机考试