poker hands
Poker Hands
source: Katrin Becker, 2000
Write a program that shuffles a deck of cards and deals out 4 poker hands.
Cards can be represented as follows:
{ suits = S, C, D, H }
{face values = A, 2, 3, 4, 5,6 ,7 8, 9, 10, J, Q, K}
Updated:
August 10, 2005
09:25 AM