using System;
public class Program
{
public static void Main()
object[] objects = new string[10];
objects[1] = 5;
}