Also note that this kind of coding is NEVER required;
String blank =new String();
blank="$"+total5;
return blank;That should be
return "$"+total5;
db