单项选择题

下面程序段的运行结果是()void main(){int i = 6 , j = 11 ;while( j > i ) {j-- ;i++ ; }printf( "" %d ,%d "" , j , i ) ; }

A.7
B.8
C.8
D.9