Development C# Tutorial

using System;
class MainClass
{
   static void Main()
   {
      Console.WriteLine(" {0} and {1}.", 3, 6);
   }
}
3 and 6.