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
A=[1,2,3;4,5,6;7,8,9;10,11,12] s=0; for m=A s=s+m; end disp(s)
A=[1,2,3;4,5,6;7,8,9;10,11,12] s=0; for m=A s=s+m; end disp(s)
中国大学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
下列程序的输出结果是( )。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
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
下列程序的输出结果是( )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
下列程序的输出结果是( )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
下列程序的输出结果是( )。a=1;switch a case 3|4 disp('ok') case {1,2} disp('perfect') otherwise disp('no')end A: ok B: perfect C: no D: 2
下列程序的输出结果是( )。a=1;switch a case 3|4 disp('ok') case {1,2} disp('perfect') otherwise disp('no')end A: ok B: perfect C: no D: 2
下列程序的执行结果是( )。 switch<br/>3|4<br/>case<br/>{3,4}<br/>disp('perfect')<br/>case<br/>{1,2}<br/>disp('ok')<br/>case<br/>[3,4]<br/>disp('yes')<br/>otherwise<br/>disp('no') end A: perfect B: ok C: yes D: no
下列程序的执行结果是( )。 switch<br/>3|4<br/>case<br/>{3,4}<br/>disp('perfect')<br/>case<br/>{1,2}<br/>disp('ok')<br/>case<br/>[3,4]<br/>disp('yes')<br/>otherwise<br/>disp('no') end A: perfect B: ok C: yes D: no
下列程序的输出结果是( )。 a=1; switch a<br/>case 3|4<br/>disp('perfect')<br/>case {1,2}<br/>disp('ok')<br/>otherwise<br/>disp('no') end A: ok B: perfect C: no D: 2
下列程序的输出结果是( )。 a=1; switch a<br/>case 3|4<br/>disp('perfect')<br/>case {1,2}<br/>disp('ok')<br/>otherwise<br/>disp('no') end A: ok B: perfect C: no D: 2