单项选择题

在窗体上画一个命令按钮,名称为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