Question: C++ please 1. Write the header file for the Forecast class. Accessor and Mutator functions must be present for each variable. Examples of fields are
C++ please

1. Write the header file for the Forecast class. Accessor and Mutator functions must be present for each variable. Examples of fields are below.
high temp: 98.6
low temp: 77.2
sky: Cloudy
C++
Forcast - high_temp : double - low_temp : double sky: string + Forcast(ht: double, it : double, s : string) + Accessor Functions() + Mutator Functions() + friend operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
