在窗体上画一个命令按钮,名称为Command1。然后编写如下程序:
Private Sub Command1_Click()
Dim a As Integer,b As Integer,c As Integer
If a=0 Then
x=x-1
Else
If b<>0 Then
End If
End If
If c<>0 Then
x=3
Else
x=4
End If
Print x
End Sub
程序运行后,如果单击命令按钮,则在窗体上显示的内容是( )。
A.34
B.4
C.35
D.3