String manipulation in c++

Problem description:

Take a string. Any alphabet between a-l or A-L then change them by adding 9, 9+31, 12+32...

Program:- 
Output:-





Comments