View Single Post
Old 07-14-2006, 07:13 PM   #1 (permalink)
Storm33229
Forum Expert
 
Join Date: Jul 2003
Location: Arizona
Age: 18
Posts: 3,186
Send a message via AIM to Storm33229 Send a message via Yahoo to Storm33229
Default Console Keeps Closing! >_<

Code:
using System;
using System.Collections.Generic;
using System.Text;
namespace CreateFileLoop
{
classProgram
{
staticvoid Main(string[] args)
{
for (int i = 1; i <= 5; i++)
{
Console.WriteLine(i);
}
}
}
}


Output:
Code:
1
2
3
4
5
But it does it really fast then closes...

Help!
-Storm
__________________
Quote:
Originally Posted by Radwen
You should crush your pills and sniff them.
Storm33229 is offline   Reply With Quote