香料化学家已经开发出多种脂类人工香料,如丁酸甲酯(化学式为C5H10O2)具有苹果香味。下列有关丁酸甲酯的说法正确的是
Dim a As Integer, b As Integer, c As Integer, y As Integer
a=3:b=4:c=4
If a<=b And c<=a Then
y=a+b
ElseIf a<=b or b<=c Then
y=b+c
ElseIf b=c Then
y=a mod c
Else
y=a+b+c
End If
该程序段运行之后,变量y的值为( )