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

下列程序的输出结果是()。 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

正确答案:B

猜你喜欢