单项选择题

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

A.3
B.4
C.9
D.10