单项选择题

下列程序段运行后输出的结果是()。
Private Sub
Form_Click Dim X#, Y#
X = 5: Y = 6
Print X + Y = 11 End Sub

A.X+Y=11
B.5+6=11
C.11
D.True