public static void Main()
Console.WriteLine("The Enter Your Name: \t");
string name = Console.ReadLine();
Console.WriteLine("Hello " + name + " , Welcome to C# Programming.");
Console.WriteLine($"{name}! let's build a calculator next!");
Console.WriteLine($@"{name} ensure you try