C# visual studio won’t work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C# visual studio won’t work

In visual studio c# ,Console.WriteLine ,won’t work https://code.sololearn.com/cq4IUxoXXiO8/?ref=app

19th Nov 2018, 7:24 AM
Mizz Y
Mizz Y - avatar
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
19th Nov 2018, 8:58 AM
ODLNT
ODLNT - avatar