We will continue to examine the recently
released population change data.
Your program needs to use functions
First
as usual, create a new project - again have your name in the project
so I know who did the project.
Next Download the countyPopChange2020-2021.xlsx file and put it into your project folder
In your program you will
Create
five functions (you can have extra helper functions if you want
to, but have at least the functions below)
In your main function
Create a open_worksheet function which
The should_display_pop_change function should ask the user if the program should display a map of total population changes, if so return true, other wise the function should return false
the show_percent_change_map function should
Your code must be commented
use functions.
To help me identify your work, make the name of your project
yourFirstInitialLastNameProject5
(so mine would be JSantoreProject5)
And put the following at the beginning of the program as a comment:
Your name
anything that was left undone
anything that I need to know to run the program correctly.
Submit the project by putting it on github as a private project and making me a collaborator as before.