using System;
public class Program
{
public static void Main(string[] args)
string name = " Nabin Joshi!!!";
Console.WriteLine("Hello"+name); //Making the use of Concatenning where the name is the string and Hello is the any user define type.
}