IDNLearn.com: Where your questions meet expert advice and community insights. Our community is ready to provide in-depth answers and practical solutions to any questions you may have.

Write a program that makes a copy of the file. Your program will ask the user for the source file and the new file names and then will read a line at a time from the input (source) file and prints it to the output (new file) file with a line number.