File Processing
Write a java application that generates ten random numbers(doubles) between 0 and 1(actually, .99999), writes these to afile, then reads them from a file as double and prints them on theconsole. At the end of the run, delete the file created.
Required:
The entire program should be divided into several methods: Amethod to read data, a method write data, a method to delete file,etc..
Expert Answer
An answer will be send to you shortly. . . . .