单项选择题

下列程序运行后,单击窗体,输出结果是()。
Private Sub Form_Click()
a =3:b =7
a =a +b :b =a -b :a =a -b
Print a;b
End Sub

A.3、7
B.7、3
C.14、4
D.10、4