c# for (int i = 0; i < plainText.Length; i++) { int position = alphabet.IndexOf(alphabet, plainText[]); }