using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace MyThirdConsoleApp
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.Write("Welcome to C#.NET");
            Console.Write("Welcome To MY DOTNET MATERIALS.COM");
            Console.Write("Welcome To Hyderabad");
            Console.ReadLine();

        }
    }
}


Output :



output3


Write :


♣    It is a predefined member method of console class

♣    This method will print the given message on command prompt, after printing the value it will place the cursor in the same line