here is my code:
class Program { static void Main(string[] args) { string sentence = string.Empty; sentence = Con
Use Distinct:
foreach (string s in x.Distinct()) { Console.WriteLine(s.ToLower()); }