【单选题】设有以下函数过程 Private Function Fun(a() As Integer,b As String)As Integer ... End Function 若已有变量声明: Dim x(5)As Integer , n As Integer , ch As String 则下面正确的过程调用语句是( )。
【简答题】(23)设有以下函数过程 Private Function Fun(a() As Integer, b As String) As Integer ... End Function 若已有变量声明: Dim x(5)As Integer, n As Integer, ch As String 则下面正确的过程调用语句是 A)x(o)=Fun(x, 'ch') B)n=Fun(n, ch C)Cal...
【单选题】设有以下函数过程 Private Function Fun(a() As Integer,b As String)As Intege ... End Function 若已有变量声明 : Dim xAs Integer,n As Integer,ch As String 则下面正确的过程调用语句是 ( ) 。