Hello. This is the question: Write a program with an array that is initialized w
ID: 3641146 • Letter: H
Question
Hello. This is the question:Write a program with an array that is initialized with test data. Use any primitive data type of your choice. THe program should 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.
Please help me to solve this problem. Thank you.
Explanation / Answer
solution shared...
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.