Question: Using c#. Write console application that displays the sizes of the two files as well as the ratio of their sizes to each other. To
Using c#. 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);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
