Create a file that contains your favorite movie quote use a


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 paste them into a word-processing program such as Word. Save the file as Quote.doc.

Write console application that displays the sizes of the two files as well as the ratio of their sizes to each other. To discover a file's size, you can create a System.IO.FileInfo object using a statement such as the following, where FILE_NAME is a string that contains the name of the file:

FileInfo wordInfo = new FileInfo(FILE_NAME);

 

Solution Preview :

Prepared by a verified Expert
Programming Languages: Create a file that contains your favorite movie quote use a
Reference No:- TGS01245326

Now Priced at $20 (50% Discount)

Recommended (94%)

Rated (4.6/5)