TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
George Stefanidakis
1.7k
34
647
Console is not persistent
Jun 14 2016 2:11 PM
I wrote the "Hello" program as follows:, using VS 2010
using System;
class Hello
{
static void Main()
{
Console.WriteLine("Hello, C# world");
}
}
I saw a momentary flash on the console but then the console immediately shut down. How can I make the console stay open until I shut it down?
Reply
Answers (
2
)
XmlSerialization Exception Could not find file jhjasj.dll
What does private float[] _b = new float[_A * _B] mean/imply