Question: In C++, Implement a weather station application that: Stores the name of a weather station (any name you want) in a string variable Stores the
In C++, Implement a weather station application that:
Stores the name of a weather station (any name you want) in a string variable Stores the current temperature in a double variable Stores the current wind speed in an integer variable and the wind direction in a string variable Prints the name of the weather station and current weather information to the console as follows:
The name of weather station : Weather Station Name
Temperature: current temperature
Wind speed: current wind speed Direction: direction
(a tab in between current wind speed and direction^^)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
