Question: Write a program that asks the user for the name of a file. The program should read all the numbers from the given file and

Write a program that asks the user for the name of a file. The program should read all the numbers from the given file and display the total and average of all numbers in the following format (three decimal digits)(I NEED JAVA CODE)

Total: nnnnn.nnn

Average: nnnnn.nnn

Class name: FileTotalAndAverage

out put should be like this

input1.txt

Please enter the file name or type QUIT to exit: Total: 11.800 Average: 2.950 

input2.txt

Please enter the file name or type QUIT to exit: Total: 17.300 Average: 3.460 

input3.txt

Please enter the file name or type QUIT to exit: Total: 1.124 Average: 1.124 

input4.txt

Please enter the file name or type QUIT to exit: File input4.txt is empty. 

input5.txt

input1.txt

Please enter the file name or type QUIT to exit: File: input5.txt does not exist. Please enter the file name again or type QUIT to exit: Total: 11.800 Average: 2.950 
qUiT 
Please enter the file name or type QUIT to exit: 

input5.txt

QuiT 
Please enter the file name or type QUIT to exit: File: input5.txt does not exist. Please enter the file name again or type QUIT to exit: 

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!