Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started