(Java) HELP!
Write a program (project) that asks the user to specify an inputfile and output file. Have the program read each number in theinput file to calculate the average of all of the numbers. Thenwrite that number to the output file along with “<== average”.To be clear – if the input file contained the numbers 5, 12, 3, 4then the output file would only contain:
6.0 <== average
Expert Answer
An answer will be send to you shortly. . . . .