Question
Write a program that provides the user with three options: (1) Copy files (2) Compare files (3) Stop For option (1), the program should prompt
Write a program that provides the user with three options:
(1) Copy files
(2) Compare files
(3) Stop
For option (1), the program should prompt the user for the names of two text files. Then, the content of the first file will be copied to the second file.
For option (2), the program should prompt the user for the names of two text files to find out if the contents of the two files are identical. After the comparison, it should indicate whether the two files are identical. If they are not identical, the program should display the first lines from each program that differ from each other.
The program should terminate only when option (3) is chosen.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started