using System;
public class Program
{
public static void Main()
int[] myArray = new int[10];
int i = myArray[99];
}