It is a number Guessing project in which players enter deposits amount to play the game. It is a simple text-based game in which we have used a procedure-oriented method to design it.
It is a simple game in C++ in which the players can deposit an amount to play the game. He guesses a number in the given range and enters a bitting amount. If the chosen number will be matched to the winning number, then the player will get the 10 times more money he bets. If he bets on the wrong number he loses his all betting amount.
We have used programming concepts like while loop, user-defined function, library function like rand_num().
In this program, we have not used any class.
Submitted by Aditi Chauhan (aditi376)
Download packets of source code on Coders Packet
Comments