[solved]-Write Java Program Writes 10 Random Numbers 1 100 Text File Originaldatatxt Reads Array On Q39041038
Write a java program that writes 10 random numbers (between1-100) to a text file (originalData.txt) and reads them into anarray in one execution of the program. Write a method to calculatethe total and average of the array input data. Write a method todetermine the maximum value. Your program should call average andmaximum methods. Create an output file to which you writethe array output, the total, the average value and maximumvalue.
Expert Answer
Answer to Write a java program that writes 10 random numbers (between 1-100) to a text file (originalData.txt) and reads them into… . . .
OR

