using System;
public class Program
{
public static void Main()
string[] Ids = new string[]{"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l"};
string Word = "Bylor";
Console.WriteLine("The letters in the word <word here> are ");
}