Returns an integer value that can assume the values
LESS_THAN_21 if the dealers's cards have a value less than 21,
BUST if the dealers's cards have a value greater than 21, and
BLACKJACK if the dealer has an Ace along with a Jack, Queen, or King.
Returns an integer value that can assume the values
LESS_THAN_21 if the player's cards have a value less than 21,
BUST if the player's cards have a value greater than 21, and
BLACKJACK if the player has an Ace along with a Jack, Queen, or King.