下列程序段的执行结果为 a=75 If a > 60 Then Score=1 If a > 70 Then Score=2 If a > 80 Th
下列程序段的执行结果为 a=75 If a > 60 Then Score=1 If a > 70 Then Score=2 If a > 80 Then Score=3 If a > 90 Then Score=4 Print "Score= ";Score
A.Score=1
B.Score=2
C.Score=3
D.Score=4
请帮忙给出正确答案和分析,谢谢!