using System;
public class Program
{
public static void Main()
string[] E = new string[] { "band", "bond", "bear", "cars", "fond", "food", "foot", "hand", "head"};
string M1 = "hand";
string M2 = "foot";
//Goal is to make M1 = M2
}