Question: I am trying to learn game programming. The book that I am using is a C# book and the code: System.Console.WriteLine("Helo, C#!!") . When I compile and run the program the dos screen won't stay on the screen for more than a second. What is the code to pause the screen until enter is pressed?