Home /
Expert Answers /
Computer Science /
c-and-use-structure-to-store-the-month-year-average-temperature-average-rainfall-amount-city-pa918
(Solved): c++ and use structure to store the month, year, average temperature, average rainfall amount, city, ...
c++ and use structure to store the month, year, average temperature, average rainfall amount, city, state
Write a program that uses a structure to store the following data about monthly Climate data: month year average temperature average rainfall amount city state The program needs to collect Climate data for 5 cities in Maryland in October and store them in a text file (yourName climateRecord.txt). Please use function(s) to finish this program. Input Validation: Non-negative rainfall amount is accepted.