• 2022-07-23
    运行如下程序后,命令窗口显示的结果为k=0; for n=100:200if rem(n,21)~=0 %rem为求余函数k=k+1;continueendbreak;endk
    A: 105
    B: 4
    C: 5
    D: 101