console.write in C# example

 using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Collections;

using System.Threading;

using System.IO;


namespace CSharpProgram

{

    class AkbTechie

     {

            static void Main(string[] args)

                {

                    Console.Write("Hello");

                    Console.Write(" welcome ");

                    Console.Write(" to");

                    Console.Write(" AkbTechie");       

                    Console.ReadKey();           

                }

    }

}

output:-

Hello welcome  to AkbTechie

एक टिप्पणी भेजें

0 टिप्पणियाँ