You’re a programmer for a program development company and your boss decides to put you to the test by having you create a computer program for a pizza chain that will categorize the types of pizza: round or square, and all the different toppings. The program will then output the data to a remote computer in the back of the kitchen so that the pizza makers can see the orders. The employees should be able to save the order and have it recalled for subsequent visits by the customer.
Deliverables: A UML sequence diagram for your solution JUnit test Working code