(Replace text) Write a program that replaces text in a file. Your program should prompt the user to enter a filename, an old string, and a new string. Here is a sample run: Enter a filename: test.tx tEnter Enter the old string to be replaced: morning Enter Enter the new string to replace the old string: afternoon Done