You want to calculate a hash total for the dataset. You decide to use whichever numeric field has the highest total for the hash total. To do this, compute the total for every field that is imported as a numeric field. You do not have to algorithmically determine which fields are numeric, you can do this step by visual inspection. Report the name of the field with the highest value and the total from summing that field (hint, your output should have one row). Output the results in a csv file. Your solution should have the following headers:
FeildName MaxAMount