单项选择题

单击命令按钮时,下列程序的执行结果是

Private Sub Commandl_Click()

Dim a As Integer,b As Integer,c As Integer

a=3:b=4:c=5

Print SecProc(c,b,

A.