import java.io.*; import java.util.*; public class Driver { public static void main (String[] args) { Coingame a = new Coingame(); a.play(3); } }