Answers for "exited with code 0. to automatically close the console when debugging stops, enable tools->options->debugging->automatically close the console when debugging stops. press any key to close this window . . ."

C#
4

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
Posted by: Guest on April-29-2020

C# Answers by Framework

Browse Popular Code Answers by Language