The third part of the project requires you to write a
program in C++ which implements the following menu-based system:
MAIN MENU
(1) Given the first letter of a state, print all states along
with their capital city names.
(2) Print the top 5 populated states in descending order of
population.
(3) Given a state name, list all information about that state,
inlcuding capital city, population, state nickname, major
cities, etc. The report should be formatted nicely.
(4) Print an alphabetical count of number of states for each letter of
the English alphabet. (Nicely formatted; 4 letter counts to a line).
The count is the number of states whose names begin with the particular
letter.
(5) Quit
The program should use the Lore/C++ API to get the data from the
Lore database.