TA貢獻1836條經驗 獲得超5個贊
Private Sub Command1_Click()Dim a As Integer, b As Integer, s As Integers = Max(a, b)MsgBox ("較大的一個數是:" & s)End Sub'自定義函數Private Sub Max(a As Integer, b As Integer)If a >= b ThenMax = aElseMax = bEnd IfEnd Sub
舉報
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號