Output Console Window Closing Automatically without Showing Output c#
we just need to add Console.ReadLine()at the end of your code.Below is the example
we just need to add Console.ReadLine()at the end of your code.Below is the example
class Program { static void Main(string[] args) { Console.WriteLine("Welcome to http://fantasyaspnet.blogspot.in/"); Console.ReadLine(); } } |
No comments:
Post a Comment