[单选题]
下列程序段的执行结果为a=95If a>60 Then I=lIf a>70 Then l=2If a>80 Then I=3If a>90 Then I=4Print"I=":I
A.I=1
B.I=2
C.I=3
D.I=4
参考答案与解析: