EnglishNavigation: Java: Data Structures - Introduction to Data Structures - Arrays - 2D Arrays: The Menu -- Introduction -- The Menu -- Operations -- Problem 1: Example Menu - ArrayList: Ordering from the Menu - Queues: Receiving Orders - Stacks: The Driver - Hashmaps: The Delivery - -2D Arrays: The MenuNow that all of our restaurants are neatly sorted in an array for our customers to view, we now need to give the customers access to the menu items of each restaurant! To accomplish this, we will venture into the world of multidimensional arrays!Previous:Problem 2: Advanced ArraysUp Next:Introduction