单选题

以下程序代码的输出结果是
intk=7;
do{
      System.out.printlIn(k--); k--;
}while(k >= 0);

【正确答案】 B
【答案解析】