在窗体上画一个名称为Command1的命令按钮,然后编写如下程序: Private Sub Command1_Click() Dim x As Integer Static y As Integer Cls x=x+5

admin2012-03-22  32

问题 在窗体上画一个名称为Command1的命令按钮,然后编写如下程序:    Private Sub Command1_Click()    Dim x As Integer    Static y As Integer    Cls    x=x+5    y=y+3    Print x,y    End Sub    程序运行时,两次单击命令按钮Command1后,窗体显示的结果是(    )。

选项 A、10  6
B、5  6
C、5  3
D、10  3

答案B

解析
转载请注明原文地址:https://jikaoti.com/ti/lKO0FFFM
0

最新回复(0)