Question: c++ Write a program that can be used by a ski resort to report the local snow conditions for one week Design and implement a

c++
Write a program that can be used by a ski resort to report the local snow conditions for one week Design and implement a class, where each instance holds a date, the number of inches of snow, and temperature. Feel free to be creative, however, each data member should have a corresponding get and set method In the main function create a 7-element vector of objects defined above. This array will represent one weeks worth of local snow conditions. 1. Allow the user to easily populate the weeks forecast 2. Nicely print out the weeks forecast when she is done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
