Question: Ohio JAVA You will write a program that uses a twodimensional array to store the highest and lowest temperatures for each month of the year.
Ohio JAVA
You will write a program that uses a twodimensional array to store the highest and lowest temperatures for each month of the year. The program should output the average high, average low, and highest and lowest temperatures of the year. Your program must consist of the following methods (with appropriate parameters): Method getData: This method reads and store the data in the two-dimensional array. Method averageHigh: This method calculate and returns the average high temperature of the year. Method averageLow: This method calculate and returns the average low temperature of the year. Method indexHighTemp: This method returns the index of the highest temperature in the array. Method indexLowTemp: This method returns the index of the lowest temperature in the array. And, it should include the following data below to test your program. Your program MUST read in the data below as input Temperatures.
Write code for each methods Read in the Input data (user must not be required to enter the data, program must read in data)
High Data Low Data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
