单项选择题

x=10 If x< =12 then y=2*x+6 Else y=x/2 End If
上述程序段中y的值是()

A.5
B.10
C.25
D.26