0
C# visual studio wonât work
In visual studio c# ,Console.WriteLine ,wonât work https://code.sololearn.com/cq4IUxoXXiO8/?ref=app
1 Answer
+ 2
You need to add Console.ReadKey() to the end of your code. This will keep the console open until you press any key to end the program and close the console