Redo the city zone population assignment from Homework 2 with following mandatory modifications:
Must use <vector> library for 1D and 2D arrays to qualify for credit. Assume that the city may have N areas (N >0, no maximum size limit). Ask the user for the actual number of areas, read their initial populations to a 1D vector array of N used elements, and read the array of coefficient into a 2D vector of vector array of NxN used elements. Then proceed with calculations as described in the textbook. Once you declare and set up vectors use .size() instead of N in the reminder of the program. Also, ask for the maximum number of years to run the simulation and how frequently the results should be printed on the screen.
Run your program for N=3 and the values requested in Homework 1.
Canceled because of the exam.