This MapUtil class tests various usages of the Map class. 
params 1..5 are strings. You will create a tree map with each string as a key and
its corresponding value will be the number of leters in that string. param 6 is an
integer. You will return the number of strings in the map length equal to param 6.