Blackjack Assignment

Write a program that allows the user to play blackjack against the computer.

The object of blackjack is for the user to get a hand that totals as close to 21 as possible.

Read the Rules of Blackjack

The user starts with 100 points and must bet at least 5 points per hand.
The user is dealt two cards randomly.
The user can then hit or stay (don't worry about doubling down or other complex rules).
If the player wins he or she gets 10 points. If the computer wins it keeps the player's 5 point anti.

You can add to the above if you would like but you do not have to. Try to make the game fun and easy to understand.

Flash Blackjack game. Play this game to help you understand the rules of Blackjack.

 Get Firefox!

©2003 C. Whittington