This SetUtil class tests various usages of the Set class. 
param1 is a string. You will create a set with all vowels, a,e,i,o,u. Then you will return 
string with all vowels removed. Vowels may be lower or upper case.