--------------------------------------------------------- class Arraying { // -------------- constants -------------------------------- final static int SIZE = (int) (24 * Math.random()); // -------------- the MAIN method -------------------------- public static void main(String [] args) { int [] things = new int[SIZE]; // declaring the array int total = 0; for(int i=0; i