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();
}
}
}
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 :
Write :
♣ This method will print the given message on command prompt, after printing the value it will place the cursor in the same line