Programalama > C++

Etiketler: sayi, tahmin, oyunu(dos, modunda)

Ort. 0
Puan ver:
#include<iostream>

#include<iomanip>

#include<ctime>
using std::cout; 
using std::cin;
using std::endl;
using std::setw;

int main()
{
char a;
int b,
count=0,
alt=0,
ust=101;

srand(time(0));
cout<<endl<<endl<<endl;
cout<<setw(45)<<"*Created By Okan SARICA*"<<endl<<endl<<endl;



cout<<"\tMerhaba oyuna baslayalim 1 ile 100  arasinda bir sayi tut ve bana "<<endl;
cout<<"soyleme benim tahminimden buyukse b ye, kucukse k ye  dogruysa da d harfine bas"<<endl;
b=rand()%100;
cout<<endl<<b;
cout<<" den/dan buyukmu kucukmu "<<endl;
cin>>a;
while(a!='d')
{
if(a=='b'||a=='B')
{


alt=b;
}
else 
{
ust=b;

}



if(a=='b'||a=='B')
{

do
{
b=(rand()%(ust-alt)+alt);
}while(b>=ust || b<=alt);

}
else 
{
do
{
b=rand()%ust;
}while(b<(alt+1));

}



cout<<b;

cout<<" den/dan buyukmu kucukmu "<<endl;
cin>>a;
count++;


}
cout<<count+1<<" hamlede bildim Hoscakal"<<endl;
system("pause");


return 0;
/*
* Copyright  (c) 2003  by  Okan SARICA  ALL  RIGHTS  RESERVED. 
* Consult your license regarding permissions and restrictions.
*/

}


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.