In this assignment we will create a blackjack game called CCP Blackjack. We will start with version 1.0 of the program. There will be one player against the computer, with no betting.
The flow of the game will include:
* Cards 2 through 10 have the value of their rank; jacks, queens, and kings each have the value 10; an Ace has the value 11, however, if 11 would put a score over 21, then it has the value 1.