class tomb2 { public static void main(String args[]) { int[] tomb = new int[5]; tomb[0]=37; System.out.println(tomb[0]); } }