// IceCreamConfection: an ice cream-based treat that we can sell interface IceCreamConfection { String description(); int costInCents(); }