Shuffle Card Deck
We had a 10 minute lecture then were given this problem.
Write a program to simulate a deck of 52 playing cards.
Represent your deck as a 2D Array where the value in
the cell is the position of the card in the deck.
Represent the names for the suits and faces as
an array of Strings.
Write an algorithm to shuffle the deck.
HELP! I am confused on how to set htis up.
Topic archived. No new replies allowed.