Display forecast data The program should read from the forecast.txt file the forecast data that is already stored. This data is made from four pieces of information per day: temperature, max UV index, humidity, and wind speed. For example, a line that reads 20220325 25 5 36 20 means that for the day 25/03/2022, there is a temperature of 25°C, a max UV index of 5, 36% humidity, and wind speed of 20 km/h. This function displays the forecast data for all the days that are written in the file. The display shows data in a clear and useful manner, adding the units to the readings and displaying the date using the dd/mm/yyyy format. Additionally, the display function should show the averages for the four measurements as well as the highest and lowest temperatures.