在窗体中有一个命令按钮run1,对应的事件代码如下: Private Sub run1_Enter() Dim Bum As Integer Dim m As Interger Dim nAsInteger Dim i As Integer For i=1 To 10 num=InputBox("请输入数据:","输入",1) If Int(num/2)=num/2 Then m=m+1 Else n=n+1 End If Nexti MsgBox("运行结果:m="&Str(m)&",n="&Str(n)) End Sub 运行以上事件所完成的功能是()。