string[] myArray = {"Dogs", "Cats", "Birds"}; foreach (string item in myArray) { Console.WriteLine(item); }