Note: Exercises are reasonably challenging. Once you have done these problems, you ought to be able to implement most popular card games easily.
(Project: Card Shuffling and Dealing) Modify the program developed in Exercise so that it can simulate the dealer. The dealer's five-card hand is dealt "face down" so the player cannot see it. The program should then evaluate the dealer's hand, and based on the quality of the hand, the dealer should draw one, two or three more cards to replace the corresponding number of un-needed cards in the original hand. The program should then reevaluate the dealer's hand. [Caution: This is a difficult problem!]
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.