- 5
how stoped result of my program
2 ответов
+ 1
Console.ReadKey(); in the end of your Main is the most efficient way.
0
You mean to stop the command line window from IDE with ouput results to avoid its closing? You can use the added command
Console.Readline(); as last line of your program