CS 206: Assignment 1
Shuffle a deck of cards
GOAL: create two arrays, one of integers and one of strings to hold a
prepresentation of a deck of cards. The integer array should hold the value of the card (Jack=11, queen=12,
king=13, ace=14); the String array should hold the suit.
Once you have created the arrays, do something to randomize their order
(i.e. shuffle the deck). Finally print out the shuffled deck.
When you shuffle, be sure that no card stays in the place in which it
started.
HAND IN: a printout of you code per direcions on web site. An
electronic copy of you code per directions on web site.
DUE DATE: At the ned of the first lab