Problem
Write Java project: ice cream shop can choose flavors and toppings after that display total_price: a main class and class1
Write main class to store an array of objects.
Using a menu() in a main class allows the user to view the contents of each object in the array change.
Use class diagrams to document your class design.
Explain: array size, name, objects held and indexes available, for loops used - reason chose and why.