create a file in c that contains your favorite movie quote usea text editor such as 4946117
Create a file in C# that contains your favorite movie quote. Usea text editor such as Notepad and save the file as Quote.txt. Copythe file contents and paste them into a word-processing programsuch as Word. Save the file as Quote.doc. Write console applicationthat displays the sizes of the two files as well as the ratio oftheir sizes to each other. To discover a file’s size, you cancreate a System.IO.FileInfo object using a statement such as thefollowing, where FILE_NAME is a string that contains the name ofthe file: FileInfo wordInfo = new FileInfo(FILE_NAME); . . .