using System;
public class Program
{
public static void Main()
int i = 0;
string[] strNames = new string [5] {"Susan", "Jill", "Brian", "Mike", "Ann"};
string strOutput = "";
while (i<sttrNames.Length)
if (strNames[i].Contains/"an"==true)
}