Originally Posted by
java007
In one program file, write a program that uses a two-dimensional array to store the highest and lowest temperatures of each month of the year. The program should output the average high, average low, and the highest and lowest temperatures for the year. Your program must consist of the following methods:
getData: This method reads and stores data in the two-dimensional array.
averageHigh: This method calculates and returns the average high temperature for the year.
averageLow: This method calculates and returns the average low temperature for the year.
indexHighTemp: This method returns the index of the highest high temperature in the array.
indexLowestTemp: This method returns the index of the lowest temperature in the array.
i am taking an online java class, and m not getting anything, how do i even begin the program..
Break the big problem down into small consituent steps and try to solve each small step one at a time. Have a look at the Java tutorials if you need help on a specific part of your code.
... if any one plese code this by using java
This is not allowed nor appreciated on this site. Please do not try to ask this again. Consider this a warning.