I'm trying to create a program that lets a user create a file through the terminal that also includes details such as the author, the intended target and a short message. What I want to do though is not be always constantly stuck with a .txt extension or a .docx extension if that's possible, I don't know I haven't tried it yet. But what I want to do is have the user input a file name and a file extension where you would usually type the default file name and default file extension. I don't know if that's possible or not but this is what I've come up with so far. Your feedback is greatly appreciated. Thank you! I know the Writer.open part code will look really goofy and it is because it doesn't work...yet! :)