单项选择题

下列Visual Basic程序段运行后,变量max的值为()。
a=5:b=10:max=a
IF b>max Then max=b

A.5
B.10
C.5和10
D.以上都不是