In this exercise I am using Visual Studio 2019 and a modified version of the std_lib_facilities header found here.
Chapter 23 // Exercise 11
Modify the table-checking program from section 23.9 to see if the number of students is increasing or decreasing over the years in question.
I used the iterators in the map created from the previous exercise to easily check the totals over the years and do a quick print out on whether it was increasing/decreasing.
No comments:
Post a Comment