单项选择题

有如下事件过程:
Prirate Sub Form_Click()
A$="123": B$="456"
x=Val(A$)+Val(B$)
Print x\100
End Sub
程序运行后,单击窗体,则窗体上显示的内容是______。

A.123
B.3
C.5
D.579