[填空題] 以下程序的功能是,產(chǎn)生10個(gè)0~1000之間的隨機(jī)整數(shù),放入數(shù)組Arr中,然后輸出其中的最大值。請?zhí)羁铡?Option Base 1 Private
2021-07-20
[填空題] 以下程序的功能是,產(chǎn)生10個(gè)0~1000之間的隨機(jī)整數(shù),放入數(shù)組Arr中,然后輸出其中的最大值。請?zhí)羁铡?Option Base 1 Private Sub Form Click() Dim Arr(10) As Integer Dim Max As Integer Randomize For I = 1 To 10Arr(i) = Int (Rnd * 1000) Next iMax= ______For i = 2 To 10If______ Then Max = Arr(i)End If Next i Print Max End Sub
正確答案:Arr(1) Arr(i) > Max
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。