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://javabat.com/doc/string.html.

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