A meteorologist records the temperature of cities. Each city is marked by a code that consists of three capital letters. Develop a program that fulfils the following requirements: a) Foreachcity,readsitscode,dateandtemperature and stores them in one or more arrays. Temperatures should be in the range [-30oC, 50oC]. The data entry terminates when the code "DONE" is entered. b) Calculatesthemeantemperatureforeachcityand saves it in an array. c) Finds and displays the cities that have mean temperature over 30oC. d) Asksforadateanddisplaysalltherecorded temperatures for that day. If there is no data for that date, it displays an appropriate message. the program should be in c++