- Reading files
- Iterating across a map of keys and values
- Parsing results
- Download a copy of the states.csv file into your exercises/project directory of your choice.
- Use the programming language of your choice to solve the following problems.
- Write a function that returns the state with the longest name.
- Write a function that produces a copy of the abbreviations/state names in alphabetical order based on the abbreviation.
- Write a function that returns a list of only the abbreviations.
- Write a function that returns a list of only the state names in order of the number of characters from low to high.