This project simulates a Blackjack Slot Machine.
When the program runs, it does the following:
- Ask the user to enter the account number.
- Ask the user to enter the amount of money he/she wants to bet.
- The program will randomly select and show the user two cards.
- The program will randomly select another two cards and show one card (dealer’s cards).
- The program will show the value of user’s cards and ask if the user wants to hit, stand, or split.
For further specifications: Project Specifications from Professor Minh at CSULB.