asked 81.1k views
0 votes
Read 10 integer values from a text file. a. The filename and path should be supplied when the program is executed. 2. The values should be stored in an array. 3. Perform the following operations on the array. a. Sum and display all the values of the array b. Find the minimum and maximum values of the array c. Make sure you catch all incorrect inputs. 4. Write a method that will sort the array (ascending or descending).

1 Answer

4 votes

Answer:

Step-by-step explanation:

I also want to know the answer

answered
User Alex Dzeshko
by
7.6k points