[Solved]Java Write Program Asks User Name File Program Read Numbers Given File Display Total Avera Q37099470
In Java, write a program that asks the user for the name of afile. The program should read all the numbers from the given fileand display the total and average of all numbers in the followingformat (three decimal digits):
Total: nnnnn.nnn
Average: nnnnn.nnn
Class name: FileTotalAndAverage
Expert Answer
Answer to In Java, write a program that asks the user for the name of a file. The program should read all the numbers from the giv… . . .
OR

