Question: Create a program called Dif. This program should prompt the user for the name of to text files and compare the contents of the two
Create a program called Dif. This program should prompt the user for the name of to text files and compare the contents of the two files to see if any of the same. If they are,the programs should simply output yes to the console. If they are not, the script should output no followed by the first lines of each file that differ from each other. The input loops should read and compare lines from each file. The loop should break as soon as a pair of different lines is found.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
