Add to Favorites    Make Home Page 3339 Online  
 Language Categories  
 Our Services  

Home » C++ Home » Games Home » HIGH/LOW GAME

A D V E R T I S E M E N T

Search Projects & Source Codes:

Title HIGH/LOW GAME
Author MOLLY ARORA
Author Email molly.arora [at] rediffmail.com
Description This program plays a simple game.The computer picks a random number from 0 to 100, and the user tries to guess the number.
Category C++ » Games
Hits 486631
Code Select and Copy the Code
/* HIGH/LOW GAME */ #include<iostream.h> #include<conio.h> #include<stdlib.h> /* This program plays a simple game.The computer picks a random number from 0 to 100, and the user tries to guess the number. */ const int totchan=7; void main() { int number; //the computer's random number int guess; //the user's guess int chances=0,score=0,chanscor; //chanscor stores score for 1 successful chance. char ans; do { clrscr(); chances=score=0; cout<<" Welcome to the High/Low game."; cout<<" I will pick a random number from 0 to 100."; cout<<" You must try to guess the number. "; randomize(); number=(int)(rand()%100); chanscor=100/totchan; //score for each successful chance do { cout<<" What is your guess? (0 to 100) "; cin>>guess; if((guess<0)||(guess>100)) { cout<<"Sorry, but your guess "<<guess<<"must be from 0 to 100."; } else if(guess < number) { cout<<guess<<" is low.Try a higher number."; } else if(guess > number) { cout<<guess<<" is high.Try a lower number."; } else //if correct number is guessed { //number is correct, and the "do" loop will end below cout<<guess<<" is correct. Congratulations!"; score=chanscor*(totchan-chances); //score calculated for number of chances left cout<<" Your score is "<<score<<endl; break; } chances++; if(guess!=number) cout<<" Now you have "<<totchan-chances<<"chances left."<<endl; if(chances==totchan) { cout<<" Only "<<totchan<<"chances are allowed.Better luck next time"; cout<<" The actual number was "<<number<<endl; break; } }while (guess!=number); cout<<" Thank you for playing High/Low!"; cout<<"Want to play it again? (y/n)..."; cin>>ans; }while(ans=='y' || ans=='Y'); }

Related Source Codes

Script Name Author
Moving ball screen saver karlmarx
The Classic Game of Snake & Ladder Lakshmi Narayana .A
Railway seat reservation question which comes in sapient VyomWorld
To calculate percentile Ravi Mathur
Send to folder ANIMESH SAHU
Analog clock and calendar Nazia & Rida
Data structure (stack Implimentation) Swapnil B Adsure
Memory Game AnirudhSanyal
Easy Calc Anirudh Sanyal
GK Quiz Anirudh Sanyal
Hangman Game Manish Jain
Snakeman Manish Jain
Full month Calendar Nigi
Cursor shapes nigi
Animated 3D car Aayush Awasthi,Delhi

A D V E R T I S E M E N T




Google Groups Subscribe to SourceCodesWorld - Techies Talk
Email:

Free eBook - Interview Questions: Get over 1,000 Interview Questions in an eBook for free when you join JobsAssist. Just click on the button below to join JobsAssist and you will immediately receive the Free eBook with thousands of Interview Questions in an ebook when you join.

New! Click here to Add your Code!


ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page

 Advertisements  

Google Search

Google

Source Codes World.com is a part of Vyom Network.

Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Interview Questions | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing | Google Logo Maker | Freshers Jobs

Sitemap | Privacy Policy | Terms and Conditions | Important Websites
Copyright ©2003-2024 SourceCodesWorld.com, All Rights Reserved.
Page URL: http://www.sourcecodesworld.com/source/show.asp?ScriptId=1242


Download Yahoo Messenger | Placement Papers | Free SMS | C Interview Questions | C++ Interview Questions | Quick2Host Review