CS 206 -- Assignment 2
3 Card Poker

This assignment will build on the deck shuffler to create a program that simulates some of the aspects of playing 3 card poker.  For this assignment, you will need to create at least the following classes with at least the following public methods:

Once you have all of this working, set up a system to get the probability of winning for each 3 card hand.  You can do this by playing a lot of games (e.g., 10000) and recording, for each hand, whether that hand was winner or loser in that game.  Note that the probability of a hand being a winner is a function both of its score and the number of players.

Hand in:
Due:
      Feb 15, 2005