单项选择题

在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程:
Private Sub Command1_Click( )
Dim a As Integer, b As Integer, c As Integer
a=1:b=2:c=3
Print fun2(c,b,

A.