[单选题]
设x=4,y=6,则以下不能在窗体上显示出“A=10”的语句是( )。
A.Print A=x+y
B.Print"A=";x+y
C.Print "A="+Str(x+y)
D.Print"A="&x+y
参考答案与解析: