Private Sub Command1_Click()
Dim m As Integer
Dim n As Integer
Dim s As Long
Dim i As Integer
m = Val(Text1.Text)
n = Val(Text2.Text)
s = 0
'For i = ? To n
't = ?
's = s + ?
Next
lblResult.Caption = s
End Sub
Private Function f(ByRef x As Integer) As Long
Dim t As Long
t = 1
For i = 1 To x
't = ?
Next
'f = ?
End Function
发布于 2022-05-11 10:14:13
登录后免费查看答案
关注者
0
被浏览
18