Hey guys! I'm new here and in need of help. I need to figure out how to write a program that will bring up a game menu. It will first prompt the user for his/her name, then bring him/her to the menu. After the menu is displayed, the user will be given the option to choose between two games. (Option A and Option B). I need to know how to utilize an if or switch statement in order to bring the user to a separate game within the same program. The programs for the Madlib and Choose Your Own Adventure games are already written as separate programs. My goal is to write a program where you have the option to choose between these two games. Thank You!