Write down the C++ program which asks the user to enter 12 temperatures for each month in year and store them in one-dimensional array called "temps".
The program must find and print average temperature of TEN months after excluding months with maximum and the minimum temperatures. Program must also print all month numbers together with their temperature excluding those with maximum and the minimum temperatures.