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

admin2013-04-11  27

问题 已知数组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

解析
转载请注明原文地址:https://jikaoti.com/ti/nuO0FFFM
0

最新回复(0)