Amazon Interview Question

Design a deck of cards

Interview Answer

Anonymous

Jul 23, 2010

answer found here: http://math.hws.edu/javanotes/c5/s4.html basically create a card object, create some cards and some classes to use em like pack, hand, .. methods are helpful like deal, shuffle, etc.

2