string[] greetings = new string[] {"hi", "hello", "hey there"}; Console.WriteLine(greetings[2].ToString());