Java File Input and Output
Create a file that contains your favorite movie quote. Use a text editor such as Notepad, and save the file as quote.txt. Copy the file contents, and past them into a word-processing program such as Word. Save the file as quote.docx. Write an application that displays the size of the two files as well as the ratio of their sizes to each other. Save the file as FileStatistic2.java.
Note: Comment is necessary with code and output screen shot using eclipse.