如果存在如下过程: Private Function FMax(a()As Integer) Dim First As Integer,Last As Integer,i As Integer First=LBound(a)

admin2013-04-11  27

问题 如果存在如下过程:
Private Function FMax(a()As Integer)
     Dim First As Integer,Last As Integer,i As Integer
     First=LBound(a)
     Last=UBound(a)
     Max=a(First)
     Fori=FirSt To Last
       Ifa(i)>Max ThenMax=a(i)
     Nexti
   FMax=Max
   End Function

选项

答案100

解析
转载请注明原文地址:https://kaotiyun.com/show/VOhp777K
0

最新回复(0)