单项选择题

在VB中,下面程序段的输出结果是()。
x=9
Print "x=";x+1()

A.9
B.10
C.x=9
D.x=10