Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 371 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 371 Bytes

ConsoleMenu

This solution shows two examples of creating menus on the Console with C#

Project ConsoleMenu: The simplest way to create a menu using a while loop and storing the current selection in an int variable

Project ClassyConsoleMenu: has a defined class for the menus and an Example Class with the Main method to show how the ConsoleMenu class works