单项选择题

下列程序段的执行结果为( )。 a=95 if a>60ThenI=1 if a>70Thenl=2 if a>80Thenl=3 if a>90ThenI=4 Print"I=";I

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