after putting in the line of code
bool isValidNumber = (input == “1” || input == “3”);
if (isValidNumber)
{level = int.Parse(input); }
i ran into multiple errors with the ShowMainMenu and currentScreen (Ambiguity between ‘Hacker.currentScreen’ and ‘Hacker.currentScreen’ same for the ShowMainMenu