题目内容
在窗体上有一个名称为Command1的命令按钮,并有如下事件过程和函数过程: Private Sub Command1_Click() Dim p as Integer p=m(1)+m(2)+m(3) Print p End Sub Private Function m(n As Integer) As Integer Static s As Integer For k=1 To n s=s+1 Next m=s End Function 运行程序,单击命令按钮Command1后的输出结果为______。
查看答案
搜索结果不匹配?点我反馈