Hello guys, I've been trying for hours to make this program where it will create a txt file called secret.txt and whatever you write in the console it will print out to that file. But I also added a code where whatever letter you write it will add +1 to it in the ascii. So if you write "Baseball" it would print out to the console and the secret.txt file as "Cbtfcbmm" know what I mean? I've tried and tried, but cant seem to get it to work. Here is my code so far.