I got a problem for C++ Programming. 1.Write a program that uses a two-dimensinal array to store the highest and lowest temperature for each month of the year. the program should output the average high, average low, and the highest and lowest temperature for the year. your program must consist of the following functions: A. Function getData: this functions reads and stores data in the two dimensional arrays. B. Function averageHigh: this function calculates and returns the average high tempeature for the year. C. Function averagelow: this function calculates and returns the average low tempeature for the year D. Function indexHighTemp: this function returns the index of the highest high temperature of the array. e. Function indexLowTemp: this function returns the index of the lowest low temperature of the array. (These function must all have the approprate parameters.) Does anyone can help me for this problem. I really need your help. thx.