write a program that prompts the user to enter a source file and a target file. the program copies the content in the source file to the target file. make sure that the source file exists. you can have any content in the input file. hints: use get and put. sample run enter a source file name: input.txt enter a target file name: output.txt copy done