单项选择题

下列程序的执行结果是(, )。
a=75
1f a>90 Then i=4
1f a>80 Then i=3
1f 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