万能百科  > 计算机   > 

[填空题] 有如下Sub过程: Sub ind(a As Integer) Static x As Integer x= x + a Print x: End

2021-07-20   

[填空题] 有如下Sub过程: Sub ind(a As Integer) Static x As Integer x= x + a Print x: End Sub 以下是调用它的事件过程,程序运行后,单击命令按纽Command1三次,输出结果为 【14】 。 Private Sub Command1_Click() Ind 2 End Sub

正确答案:

F

词条内容仅供参考,如果您需要解决具体问题
(尤其在法律、医学等领域),建议您咨询相关领域专业人士。

标签