单项选择题

下列VB程序段执行后x的值为()
a=8 If a< 9 Then x=9End IfPrint x

A.1
B.0
C.9
D.8