Monday 3-29
Check email for code test pt 1
After making corrections to code test pt 1 start on the following:
All
Create Deck
Output Deck
Cut Deck at location 29
Output Deck
Cut Deck at a random location (output the location)
Create a new Deck and randomly Shuffle
Output Deck
Random Shuffle
Output DeckAP - HK
Create a Game class consisting only of a main method which does the following:
Create a Deck (deck2) - add a constructor that takes five cards.
Shuffle Randomly four times
Deal four poker hands and output the hands to the screen.
Tuesday
Continue with Monday's work
Wednesday
PokerPlayer Class
private data : Person (import) and a PokerHand
Constructor : Person's nameWrite appropriate methods
Suggest methods in class
Thursday
Friday
Updated: Tuesday, March 30, 2010 8:05 AM