0
[SOLVED] - Help with Caesar Cipher in C++
I'm having an issue with a Caesar cipher program I built in C++. The code works perfectly fine if the user just inputs uppercase letters. However, when the user enters lowercase letters, the program doesn't work. The thing is, I know most of what the issue is, but I don't understand why I'm having the issue. The codes for uppercase and lowercase are identical, so I'm a bit confused. Can anyone help me out? https://code.sololearn.com/c73524O98mN8/?ref=app
4 odpowiedzi
+ 2
@DinoBambino,
Well, that's great, good to know that, you may change the question title like "[SOLVED] Help with Caesar Cipher in C++" to explicitly state that the case is solved. Thanks :)
+ 2
You are very welcome my friend, all the best for you :)
+ 1
Solved
+ 1
Thank you for all the help Ipang!