有如下程序
Main( )

有如下程序
Main( )
{ int a=9;
While(a>7) {a--;printf("%d",a);}
}
该程序段的输出结果是______。

A.98

B.87

C.876

D.987

正确答案是B