程序段:int k=10; while(k=0) k=

程序段:

int k=10;
while(k=0)
    k=k-1;

循环体语句执行_____次。

答案
第1空:0

题目信息

题号:6783
题型:填空题
难度:普通