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