String fun

Strings are the simplest of the complex data types :) They provide several operations, such as getting the length of the string, or a substring of it.

A very good introduction to this type is available here: http://codingbat.com/doc/java-string-introduction.html

This exercise was converted to PLM from the excellent exercising site http://codingbat.com/