Write a progam that uses a two-dimensional array to store the highest and lowest temperatures for each month of the year. The program should output the average high, average low, and the highest and lowest temperatures for the year. The program must consist of the following functions: Function getData, Function averageHigh, Function averageLow, Function indexHighTemp, Function indexLowTemp