单项选择题

VB中,运行下列程序段后,Y的值是()
A=3 B=4 If A>B Then Y=A Else Y=B

A.6
B.5
C.4
D.3