Hi,
I'm doing a problem where I create two files (one in
Word and one in notepad) with the same movie quote. I then have to create an application
saying if they exist and if they do show their file sizes and ratio of them. I think I'm fine with the file sizes but I don't know
how to get a ratio other than dividing one by the other, in which case quote1/quote2 gives a 0 and the reverse gives 44,
which leads to me not having any idea how to do an actual ratio like 3:2 or whatever.
Is this even remotely the right way to go about it? The issue is at line 17.
Thanks for any advice.