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