have to create a C++ game that is 500 lines of code. I was wondering how do you create a basic menu that would allow the user to push either 1 to play game, and 2 for help which would give the rules of the game? Would it be using if/else statements or a switch statement or functions? Can anyone point me in the right direction? I have the main code of the game working that just goes straight into the game when executed but how do I get a menu to show up first?