public static void Main()
Console.Write("Entrez une phrase : ");
String phrase = Console.ReadLine();
String[] mots = phrase.Split(' ');
String[] motsUniques = new String[mots.Length];
for(int k = 0; k < mots.Length ; k++)
while (x < mots.Length && mots[k] != motsUniques[x])
Console.Write("bonjour");
motsUniques[motsUniques.Length] = mots[k];
for(int k = 0; k < motsUniques.Length; k++)
Console.Write(motsUniques[k] + " ");