arrays and loops

Array (and indice instantiation)

Arrays can hold primitive data types or Objects (intances of a certain class)

All members of an array will have to be the same type
The lines below instantiate the array only not the members in the array.

Loop part

Now let's put things into the array

here is another here is another and another