文件名称:猜数字游戏代码
文件大小:12KB
文件格式:DOCX
更新时间:2016-05-28 02:27:39
猜数字 程序
disp('game begin')
disp('please choose level')
m=1;
while(m==1)
leval=input('I choose leval:');
if isempty(leval)|leval==1
i=1;
rd=fix(rand.*100);
while(i>=1)&(i<=10)
disp('please input the number')
num=input('the number=');
if (num>rd)
disp('oh, big');
end
if (num==rd)
disp('oh, you are right')
str=['cishu=',num2str(i)];
eval(str)
break;
end
if(num