[单选题]

下列VB程序运行后,变量x的值为( )

x=2

Print x+1

Print x+2

A.2

B.3

C.5

D.8

参考答案与解析:

相关试题

下列VB程序运行后,变量x的值为( )x=2Print x£«1Print x£