Temperature measurements are done in a room in five different locations during a week (seven days) once a day. Write a program that first reads the five temperature values measured in the first day. After that the program reads the next five temperature values measured in the second day and so on. When all the measured values are entered the program finds the location where the average temperature during the week (the average value of temperatures during seven days) has been lowest. It is enough to display the location number on the screen (1, 2, 3, 4 or 5).