Declare a variable named myMenu suitable for holding references to Menu objects.
LANGUAGE: JAVA
CHALLENGE:
Declare a variable named myMenu suitable for holding references to Menu objects.
SOLUTION:
Menu myMenu;
Declare a variable named myMenu suitable for holding references to Menu objects.
Menu myMenu;