public class Interfaces { public static void main(String[] args) { Coin[] c = {new Penny(), new Dime(), new Dime() }; int pocket = 0; for (int i=0; i