Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

10. Array Operations Write a program with an array that is initialized with test

ID: 645316 • Letter: 1

Question

10. Array Operations Write a program with an array that is initialized with test data. Use any primitive data type of your choice. 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. Demonstrate each of the methods in the program.

Explanation / Answer

solution shared...