Compile and run this program.

It prints a greeting.

The greeting is stored as an array of Strings.

It is printed using the new (in 1.5) for-each statement.

Purpose is to just become familiar to compiling and running Java programs.

However, it also shows the use of local variables in a for loop, or as pointing to an array of Strings.

Here's where you can get started installing Java on your computer.