Write a Java program which reads a text file called mydata.txt containing the following numbers: 23 18 78 64 28 39 92 93 69 and computes the minimum, maximum and sum of the numbers and puts the output in a file called myresults.txt.
Attach your java program and your input and output files.