Question: JAVA Write a program with an array that is initialized with test data. Use DOUBLE for the type of the array. The program should also
JAVA
Write a program with an array that is initialized with test data. Use DOUBLE for the type of the array. The program should also have the following methods:
getTotal. This method should accept a one-dimensional array as its argument and return the total of the values in the array.
getAverage. This method should accept a one-dimensional array as its argument and return the average of the values in the array.
getHighest. This method should accept a one-dimensional array as its argument and return the highest value in the array.
getLowest. This method should accept a one-dimensional array as its argument and return the lowest value in the array.
THE PROGRAM MUST READ 2 DIFFERENT TEXT FILE AND RETURN THE METHODS
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
