Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 288 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 288 Bytes

Number Guessing: Casino Game

The program asks for a betting amount and then asks the user to guess a number on rolling. If the random number generated matches the user input, he wins, else money is deducted. The user can keep playing until he loses all the amount he put in initially.