Pandemic Part 2
- Let's just modify the pandemic 1 file. I made a copy, called
it pandemic2, and made a new project for that.
- Read in the city graph. Here is the full
graph.
- I did it by reading in the cities first and putting them into an array
of strings. Then I read the connections, and put them in a 2xN array
of integers.
- Allow the user to print all cities
- Allow the user to print connections
- Allow the user to print all cities and connections