单项选择题

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

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