Answers for "how to get the console stay open c#"

C#
0

c# keep console open

//Put a Console.Read() as the last line in your program. 
//That will prevent it from closing until you press a key

Console.Read();
Posted by: Guest on April-16-2021

Code answers related to "how to get the console stay open c#"

C# Answers by Framework

Browse Popular Code Answers by Language