Console.WriteLine 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 Program

{ 

    class AkbTechie

     {

            static void Main(string[] args)

                {

                    Console.WriteLine("Hello");

                    Console.WriteLine("and welcome ");

                    Console.WriteLine("to");

                    Console.WriteLine("AkbTechie!");     

                    Console.ReadKey();           

                }

    }

}

output:-

Hello

and welcome

to

AkbTechie!

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

0 टिप्पणियाँ