运行如下程序后, 命令窗口(command windows)显示的结果为( )。
k=0;

for n=100:200

if rem(n,21)~=0

k=k+1;

continue

end

break;

end

k
出自:石家庄铁道大学通MATLB仿真技术