Ruby Script to Parse a CSV File (8 points) Parse a CSV file (if you don’t know what this is, Google is your friend), and generate the corresponding statistics that answer the following questions (e.g. it should be obvious from the generated print outs)
- Which student has the highest score in the class? Lowest?
- What is the mean of all student’s scores?
- What is the most popular color among students? Least popular?
- Capitalize the last letter of first name and last name, and lowercase the first letter of first name and last name.