using System; class Program { public static void Main() { var fruit = new[] { "apple", "orange" }; Console.WriteLine(fruit.Length); } }