单项选择题

下列VB程序语句正确的是()

A.Ifx>10Andx<100Theny=y+1
B.Ifx>10:x<100Theny=y+1
C.If10<x<100Theny=y+1
D.Ifx>10,x<10Then:y=y+1