Sanjeev Kumar

Sanjeev Kumar

  • NA
  • 509
  • 197.7k

hello every one i am just a beginner in c# progrmming and trying to lern it myself. can anybody help me to resolve the error in the following code..............

Feb 17 2011 5:11 AM
hello every one i am just a beginner in c# progrmming and trying to lern it myself. can anybody help me to resolve the error in the following code..............
            
class Program
    {
        static void Main(string[] args)
        {
            Console.Clear();
            Console.Write("hi this is ");
            Console.Write(" "+args[0]);
            Console.WriteLine(" "+args[1]);
           
            Console.Read();

        }
    }

Answers (1)