// .................................................. // Intermediate code: // --------------------------------------------------------------------------- // class TestArrSum { // public static void main(String[] a){ // System.out.println((new Arr()).do_it(10)); // } // } // class Arr { // int[] theArr; // int mx; // // theArr[i]=i, for all 0<=i