0
C# visual studio won’t work
In visual studio c# ,Console.WriteLine ,won’t work https://code.sololearn.com/cq4IUxoXXiO8/?ref=app
1 Réponse
+ 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