Question: Implement a program that manipulates population information about American states (name, capital, population). Your program must be able to perform the following operations: Store the

Implement a program that manipulates population information about American states (name, capital, population). Your program must be able to perform the following operations: Store the state information from an external file into an array (of structs). Display all state information. Sort the state information array, by state name. Sort the state information array, by population. Display states whose population is less than 5 million. Display states whose population is greater than 10 million. Estimated state populations as of 2000: http: //www2.cs.uidaho.edu/"bruceb/cs120/Assignments/states2000.dat A complete program to perform the manipulations described above. Output to demonstrate that your program behaves properly. An programming log that describes the time required to implement your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
