Custom Search

Friday, January 30, 2009

EXAMPLE 2

EXAMPLE # 2:-

using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("ENTER A NAME");
Console.ReadLine();
}
}
}

No comments:

Post a Comment