Question: Lab #2. Chapter 7. PC #11. Array Operations (Page 491) Write a Java program that accepts a file name from command line, then initializes an

Lab #2. Chapter 7. PC #11. Array Operations (Page 491)

Write a Java program that accepts a file name from command line, then initializes an array with test data using that text file as an input. The file should contain floating point numbers (use double data type). 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.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!