public class PizzaGame { public static void main(String[] args) { Pizza pizza = new Pizza(); pizza.play(); } }