If you want to send secrets massage to someone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If you want to send secrets massage to someone

You are trying to send a secret message, and you've decided to encode it by replacing every letter in your message with its corresponding letter in a backwards version of the alphabet. What do your messages look like? Task: Create a program that replaces each letter in a message with its corresponding letter in a backwards version of the English alphabet. Input Format: A string of your message in its normal form. Output Format: A string of your message once you have encoded it (all lower case). Sample Input: Hello World Sample Output: svool dliow Explanation: If you replace each letter in 'Hello World' with the corresponding letter in a backwards version of the alphabet, you get 'svool dliow'.

16th Mar 2021, 6:13 AM
Shahid Jani
Shahid Jani - avatar
5 Answers
+ 4
Please we want to see your code try then we can help you. Thanks
16th Mar 2021, 6:19 AM
!Derrickee
!Derrickee - avatar
+ 3
Come on. Try, if you can't go back and learn (That question is very difficult 🤪) .Pratice and Pratice and you get there
16th Mar 2021, 6:35 AM
!Derrickee
!Derrickee - avatar
+ 2
Yeah we want to see your try
16th Mar 2021, 6:24 AM
!Derrickee
!Derrickee - avatar
0
Bro its question in solo Learn app
16th Mar 2021, 6:23 AM
Shahid Jani
Shahid Jani - avatar
0
I did not even try this question even not coming in my mind Because how to change Hellow world to svool dliow It not desarranged its totally change😢
16th Mar 2021, 6:27 AM
Shahid Jani
Shahid Jani - avatar