+ 2
I need help my console in visual studio 2015 just flushes, disappears in less than a second what could be the cause
Programming
4 Answers
+ 2
write at the and a Console.ReadLine();
+ 1
Thanks Max_N it's still doing the same
+ 1
sorry, have you wrote it at the and of the Main method block?
+ 1
If you want to run your program, click Debug > Start Without Debugging or better still, press Ctrl + F5 on your keyboard. I hope you find this helpful