// How to display an array on the same line: string[] names = {"name1", "name2", "name3"} Console.WriteLine("{0}", string.Join(", ", names));