Is there other way to write a Menu code, not using Switch, or creating other Method
homework : create Menu in Java code
i was wondering if it can be achieved not using switch and not creating other methods
(public static void Main)(public static void sayHi())
Thank you.