单项选择题

下列程序的执行结果是( )。 a=75 If a>90 Then i=4 If a>80 Then i=3 If a>70 Then i=2 1f a>60 Then i=1 Print "i=";i

A.i=1
B.i=2
C.i=3
D.i=4