有如下VB程序段: a=3:b=4:c=5 If a>="b" And a>b="c" Then y=a Else If b>="c" Then y=b Else y=c End If 该程序段运行之后,整数型变量y的值为( )
试题篮