Set visual studio console projects to wait for a key before closing code example
Example: how to stop window from terminating c# visual studio
Console.ReadLine(); //add this to the end of the program and the terminal will not close until another key is entered