// Test your Pizza class here. Pizza test1 = new Pizza("hawaiian", "pineapple and ham", 9); Pizza test2 = new Pizza("deep dish", "pepperoni and cheese", 12); Pizza ...
// Create a new Teen object and print it out; see the Teen class file // to see how the constructor and toString method work.