Menu

[solved]-Write Java Program Writes 10 Random Numbers 1 100 Text File Originaldatatxt Reads Array On Q39041572

Write a JAVA program that writes 10 random numbers(between 1-100) to a text file (originalData.txt) andreads them into an array in one execution of the program. Write amethod to calculate the total and average of the array input data.Write a method to determine the maximum value. Your program shouldcall average and maximum methods. Create an output file towhich you write the array output, the total, the average value andmaximum value.  

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


Leave a Reply

Your email address will not be published. Required fields are marked *