Question: Im working on a pizza class that will take two pizza and compare them to one another. Right now, I'm struggling to demo my program
Im working on a pizza class that will take two pizza and compare them to one another. 


Right now, I'm struggling to demo my program and create the pizza using my constructors. As well as having an output that says what the pizza is ("This pizza has a crustType Crust and the following Toppings: Topping1, Topping2, etc.")

package projl; public class Projl \{ public static void main(String[] args) \{ Pizza mypizza = new Pizza(sizeType: LARGE, crustiype: GARLICBUTTER, toppings: CHEESE) ; \}// End Main \}// End Class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
