Prompts the user to press any key to continue the program in the console.
void PressAnyKey() { Console.WriteLine("Press any key to continue."); Console.ReadKey(); }