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 DataStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started