[Solved]Download Two Files Blackboard Write Program Compare Two Files 1 Print First Line Differ Ex Q37287800
Download two files from the blackboard and write a program tocompare these two files:
1. print the first line where they differ from eachother(Exercise 7-6 in Chapter 7).
2. write a function any(s1, s2) that returns the first locationin the string s1 where any character from the string s2 isdifferent (Exercise 2-5 in Chapter 2).
3. call the function you write in step 2 and print the firstcharacter that is different.
Expert Answer
Answer to Download two files from the blackboard and write a program to compare these two files: 1. print the first line where the… . . .
OR

