public class Driver { public static void main (String args[]) { CoinGame game = new CoinGame(100); game.play(10); } }