单项选择题

下列程序段的执行结果为  a=95  If a > 60 Then degree=1  If a > 70 Then degree=2  If a > 80 Then degree=3  If a > 90 Then degree=4  Print"degree=";degree

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