Question: 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

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.

Step by Step Solution

3.34 Rating (160 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

class TestData public static void mainString args initialize array with test data int testData 1 2 3 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Starting Out With Java From Control Structures Questions!