1楼:双鱼瑶小侠
【程序】
#include
void main()
else if ( c[0]=='h' )}printf("\n用了%d次猜出了您想的数字!!\n",i);
printf("\n要从新进行游戏么 ? y?"); scanf("%s",c);
if ( c[0]!='y' ) break;
}printf("\n再见!\n");
}【运行结果】
请输入一个数字: 100请想一个1到100的数字您想的数字是50 ? : l
那么您想的数字是75 ? : l
那么您想的数字是87 ? : h
那么您想的数字是81 ? : h
那么您想的数字是78 ? : h
那么您想的数字是76 ? : y
用了6次猜出了您想的数字!!
要从新进行游戏么 ? y?y
请输入一个数字: 50
请想一个1到50的数字
您想的数字是25 ? : h
那么您想的数字是13 ? : y
用了2次猜出了您想的数字!!
要从新进行游戏么 ? y?n再见!
c++写一个猜数字游戏,1~100,玩家输入一个数字,让电脑猜。。有高手吗
2楼:匿名用户
http://blog.csdn.net/rqcyds/article/details/59114559
上面文章里就是程序**,希望能给后来的人带来帮助。
3楼:咯皮炎
#include
#include
main()
c++猜数字游戏
4楼:
#include
#include
using namespace std;
int main()
n++;
cout << "电脑——>" << temp << endl;
break;
case 2:
min = temp;
cout << "数小了!" << endl;
temp = rand() % max;
while (temp <= min)
n++;
cout << "电脑——>" << temp << endl;
break;
case 3:
cout << "正确!" << endl;
break;
default:
break;}}
cout << "电脑总共猜了" << n << "次" << endl;
return 0;}
5楼:匿名用户
#include "stdafx.h"
#include "string.h"
int _tmain(int argc, _tchar* argv)if (strlen(cinputbuf) != 1)if (cinputbuf[0] == '+')else if (cinputbuf[0] == '-')else if (cinputbuf[0] == '=')if (ioutputchange < 1)}}