This code is available:
for (int item = 0; item < Mass.Length; item++) { if (Mass[item].Remove(0, Mass[item].Length - 2) == "ed" || Mass[item].Remove(0, Mass[item].Length - 2) == "ED") { Mass[item] = Mass[item].Remove(Mass[item].Length - 2, 2) + "ing"; } label3.Text = Convert.ToString(Mass[item]); }
When executed, only the last completed operation is displayed on the field. What to change, what would be displayed all the elements of the array? For example: Extand mixed rule pasted -> Extand mixing rule pasting