Example of basic language syntax
public static void main (String[] args)
/* initialize a - note the use of array instance variable length */
for (int i = 0; i < a.length; i++)
for (int i = 0; i < a.length; i++)
System.out.println( "\n" + "The sum of the array is " + total + "\n");
Familiar C operators ++ and +=