You are a student who’s new to programming. You have just learned how to manipulate files via a program, and you are so excited about it that you want to show this cool new ability to your friends.
Your friends are normies and cannot fathom how you can use a program to read from and write to their files, so you ask them what kind of things they would like to see in a text file. You then write a program that creates a file with the contents of their response and then reads it back to them at the output window.
Walkthrough:
Output to the file named "output-lab-6.txt"
You need to take in a user input following the Topic 7 slides then open a file write to the files and close the file that is all that is needed to be done. Follow the downloadable template and fill in the spaces.