• 2022-05-29 问题

    阅读下面程序,则disp语句所显示结果为()。x=1;while x~=5disp(x)x=x+1;end A: 1 3 2 4 B: 1 2 3 4 C: 2 3 4 5 D: 1 3 4 2

    阅读下面程序,则disp语句所显示结果为()。x=1;while x~=5disp(x)x=x+1;end A: 1 3 2 4 B: 1 2 3 4 C: 2 3 4 5 D: 1 3 4 2

  • 2021-04-14 问题

    阅读下面程序,则disp语句所显示结果为()。 x=1; while x~=5 disp(x) x=x+1; end

    阅读下面程序,则disp语句所显示结果为()。 x=1; while x~=5 disp(x) x=x+1; end

  • 2021-04-14 问题

    a=1; switch a case 3|4 disp('ok') case {1,2} disp('perfect') otherwise disp('no') end

    a=1; switch a case 3|4 disp('ok') case {1,2} disp('perfect') otherwise disp('no') end

  • 2022-05-29 问题

    下列程序的执行结果是()。switch 2 case {1,2} disp('perfect') case {1,2} disp('ok') case [1,2] disp('yes') otherwise disp('no') end A: perfect B: ok C: yes D: no

    下列程序的执行结果是()。switch 2 case {1,2} disp('perfect') case {1,2} disp('ok') case [1,2] disp('yes') otherwise disp('no') end A: perfect B: ok C: yes D: no

  • 2022-05-29 问题

    下列程序的输出结果是( )a=1;switch a case 01 disp('one') case {1,2} disp('two') case 3 disp('three') otherwise disp('four')end A: one B: two C: three D: four

    下列程序的输出结果是( )a=1;switch a case 01 disp('one') case {1,2} disp('two') case 3 disp('three') otherwise disp('four')end A: one B: two C: three D: four

  • 2022-05-29 问题

    下列程序的输出结果是( )a=1;switch a case 0&1 disp('one') case {1,2} disp('two') case 3 disp('three') otherwise disp('four')end。 A: four B: three C: two D: one

    下列程序的输出结果是( )a=1;switch a case 0&1 disp('one') case {1,2} disp('two') case 3 disp('three') otherwise disp('four')end。 A: four B: three C: two D: one

  • 2022-05-29 问题

    中国大学MOOC: 下列程序的输出结果是( )。a=1;switch a case 3|4 disp(ok) case {1,2} disp(perfect) otherwise disp(no)end

    中国大学MOOC: 下列程序的输出结果是( )。a=1;switch a case 3|4 disp(ok) case {1,2} disp(perfect) otherwise disp(no)end

  • 2022-05-29 问题

    中国大学MOOC: 下列程序的输出结果是( )。a=1;switch a case 0|4 disp(perfect) case {1,2} disp(ok) otherwise disp(no)end

    中国大学MOOC: 下列程序的输出结果是( )。a=1;switch a case 0|4 disp(perfect) case {1,2} disp(ok) otherwise disp(no)end

  • 2021-04-14 问题

    下列程序的输出结果是( )。a=1;switch a case 3|4 disp('perfect') case {1,2} disp('ok') otherwise disp('no')end? ok|perfect|no|2

    下列程序的输出结果是( )。a=1;switch a case 3|4 disp('perfect') case {1,2} disp('ok') otherwise disp('no')end? ok|perfect|no|2

  • 2022-05-29 问题

    The output of the following program is ( ). a=1; switch a case 3|4 disp('perfect') case {1,2} disp('ok') otherwise disp('no') end A: ok B: perfect C: no D: 2

    The output of the following program is ( ). a=1; switch a case 3|4 disp('perfect') case {1,2} disp('ok') otherwise disp('no') end A: ok B: perfect C: no D: 2

  • 1 2 3 4 5 6 7 8 9 10