单项选择题

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

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