Write a program that takes user input that places $ in the input into a file. Write another file that has many words as there are inputs.
Replace the $ in the text file with the words and write that to a separate file.
The Program should create three separate files
Please write out the complete code, and show that it works.