[SOLVED] - Help with Caesar Cipher in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

16th Nov 2017, 5:44 AM
DinoBambino
4 Answers
+ 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 :)
17th Nov 2017, 6:20 AM
Ipang
+ 2
You are very welcome my friend, all the best for you :)
17th Nov 2017, 6:24 AM
Ipang
+ 1
Solved
17th Nov 2017, 5:32 AM
DinoBambino
+ 1
Thank you for all the help Ipang!
17th Nov 2017, 6:22 AM
DinoBambino