I am working on a program that will use a shift to encrypt a string from a file. I thought that I had it right, but the encryption appears in cout as a jumble of random characters. I had it as a cout statement so that I can test to see if it works correctly. I want it to shift to other letters. So when the string is imported, the program asks the user what shift number they want to use and then shifts the letters that value on their ASCII value. I do not know why it is not working correctly. Can anyone tell me what I'm doing wrong? Thanks so much for your help!