首页 > 计算机 > 计算机考试 正文

[填空题] 如果存在如下过程: Private Function FMax(a()As Integer) Dim First As Integer,Last As Integer,i As In

时间:2021-07-20 16:37:29 解答: 73 次

[填空题] 如果存在如下过程:

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

在窗体上添加一个命令按钮,然后编写如下事件过程:

Ptirate Sub Commandl_click()

ReDimm(1 To4)As Integer

m(1)=20:m(2)=30:m(3)=50:m(4)=100

C=FMax(m)

Print C

End Sub

单击命令按钮,其输出结果为______。

正确答案:

100

  • 相关题库

请充值VIP继续使用(未注册用户支付后会自动注册登录)

×

95元 29元

VIP截止日期:2025-01-03 00:18:07

←请使用支付宝扫码支付

95元 29元

VIP截止日期:2025-01-03 00:18:07

←请使用微信扫码支付