Question: Need help with java please!!! Write a program that uses a two-dimensional array to store the highest and lowest temperatures for each month of the
Need help with java please!!!
Write a program 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. Your program must consist of the following methods: Method getData: This method reads and stores data in the two-dimensional array. Method averageHigh: This method calculates and returns the average high temperature for the year. Method indexHighTemp: This method returns the index of the highest temperature in the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
