if ( array.length != 0 ) { System.out.println("The total is: " + total ); System.out.println("The average is: " + total / array.length ); } else System.out.println("The array contains no elements." );
That about wraps it up for this chapter. You may wish to review the following topics, unless you are already maxed out. Click on a subject that interests you to go to where it was discussed.
length
attribute of an array.