import java.io.*; import java.util.*; public class Driver{ public static void main(String[]args) { BankAccount b1, b2; Coin c1, c2;