While c>0;
c=unifrnd(1,4,1,1);
fix(c);
a=c;
disp('1代表锤子,2代表剪刀,3代表布,请输入');
b=input('b=');
d=b-a;
switch lower(d);
case{0} disp('和') break;
case{1,-2} disp(‘输') break;
otherwise disp(‘赢’)
end 程序未能运行 正在检查错误中
While c>0;
c=unifrnd(1,4,1,1);
fix(c);
a=c;
disp('1代表锤子,2代表剪刀,3代表布,请输入');
b=input('b=');
d=b-a;
switch lower(d);
case{0} disp('和') break;
case{1,-2} disp(‘输') break;
otherwise disp(‘赢’)
end 程序未能运行 正在检查错误中