Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 591 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 591 Bytes

Casino_Game

This C++ program on CASINO GAME is a simple text base number guessing game.We have used procedure oriented approach to design this game. In this guessing game player can deposit his money to play. From this amount he can bet on number between 1 to 10. If he win he gets 10 times of money otherwise lost his money.

In this project, We have used programming concept of do..while for input validation, user defined function, library function like rand() etc. Click on download project button to download zip folder which contains C++ source code file, output screen (.doc file).