how to stop window from terminating c# visual studio

C#
Console.ReadLine(); //add this to the end of the program and the terminal will not close until another key is entered
Source

Also in C#: