单项选择题

A、Max=IIf(x>y,x,y)
B、If x>y Then Max=x Else Max=y
C、Max=x:If y>=x Then Max=y
D、If y>x Then Max=y:Max=x