This exercise will help you better understand Arrays and Hashes
Use the data provided in state_capitals.rb to write a program that does the following.
-
Prints out the names of all states that have a population greater than 5 million.
-
Returns the name of the capital when given the name of the state.