单项选择题

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

A.i=1
B.i=2
C.i=3
D.i=4
热门 试题