Provide a bar graph of the top five populated states


Problem

Python command line menu-driven application that allows a user to display, sort and update, as needed a List of U.S states containing the state capital, overall state population, and state flower. embed the State data into your Python code in a data structure of your choice, from the readings this week. The user interface will allow the user to perform the following functions:

1. Display all U.S. States in Alphabetical order along with the Capital, State Population, and Flower.

2. Search for a specific state and display the appropriate Capital name, State Population, and an image of the associated State Flower.

3. Provide a Bar graph of the top 5 populated States showing their overall population.

4. Update the overall state population for a specific state.

5. Exit the program.

As before, generate an appropriate Welcome, prompt, and exit messages to help the user navigate the program. The program should continue to allow selections until the program is exited. 2 If a state is not found an appropriate message should be displayed.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Provide a bar graph of the top five populated states
Reference No:- TGS03268208

Expected delivery within 24 Hours