单选题 在窗体上画一个命令按钮,然后编写如下事件过程:
Private Sub Command1_Click()
  A="12"
  B="34"
  C="56"
  Print A+B+C
End Sub
程序运行后,单击命令按钮,输出结果是( )。

【正确答案】 B
【答案解析】