public static void Main()
string inputA1 = "Hello World";
string inputB1 = "Hello World";
Console.WriteLine(inputB1);
Console.WriteLine(inputA1);
string inputA2 = " is more important than knowledge. Knowledge is limited. Imagination encircles the world.";
string search = "Imagination";
string a = inputA2.Insert(0,replace);