public static void Main()
string[] Essay = new string[] {"I was coming from Market", "I saw a parrot", "I fed him some grains", "He looked happy"};
string Para = "growing a sorted output list. Each iteration, insertion sort removes one element from the input data, finds the location it belongs within the sorted list, and inserts it there. It repeats until no input elements remain.";
if(Para.Contains("removes"))
Console. WriteLine("String Contains Remove");
string PartOf = Para.Substring(43);
Console.WriteLine(PartOf);
string Esaay1 = string.Join(". ",Essay);
Console.WriteLine(Esaay1);