int[] array = new int[10]; array[0] = 1; array[1] = 3; Console.WriteLine(array[0]);