header

Homework 22

Write a class that models a list of temperature objects (i.e., objects of the temperatureRecord class from homework 20). Your class should include the following member functions:

In Hmwk22.cpp, I've written some code to get you started. Be sure to read each function header carefully to make sure you understand how the function is supposed to behave.