Skip to content

gain9999/RubyHW2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyHW2

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)

  1. Which student has the highest score in the class? Lowest?
  2. What is the mean of all student’s scores?
  3. What is the most popular color among students? Least popular?
  4. Capitalize the last letter of first name and last name, and lowercase the first letter of first name and last name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages