单项选择题

VB中,下列程序运行后,变量y的值为()
x=20 if x>=100 then y=5*x else y=4*x

A.100
B.80
C.40
D.20