class MyProgram { static void Main() { int[] integers; // declare array integers = new int[10]; // size array } }