Can someone please send me the code For program of secret message . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

Can someone please send me the code For program of secret message .

Task: Create a program that replaces each letter in a message with its corresponding letter in a backwards version of the English alphabet.

8th Jul 2020, 8:24 AM
Pankaj
Pankaj - avatar
11 Answers
+ 8
Show your attempt first And add appropriate tags
8th Jul 2020, 8:24 AM
Nilesh
+ 3
Oh! Don't send the code coach link. Send the link of your code 😐🤷🏻‍♂️🙅🏻‍♂️
8th Jul 2020, 8:36 AM
Nilesh
+ 1
Just_ Luvvv That's not an attempt , show your code and mention the language too
8th Jul 2020, 8:35 AM
Nilesh
0
I have posted it , see it ....
8th Jul 2020, 8:33 AM
Pankaj
Pankaj - avatar
0
https://www.sololearn.com/coach/66?ref=app Some one help me with this program of secret mssg ..... Nilesh
8th Jul 2020, 8:34 AM
Pankaj
Pankaj - avatar
0
Here it is Nilesh
8th Jul 2020, 8:34 AM
Pankaj
Pankaj - avatar
0
Oohhh shit , wait a min.
8th Jul 2020, 8:38 AM
Pankaj
Pankaj - avatar
0
#include <iostream> #include <string> using namespace std; int main() { string a = "abcdefghijklmnopqrstuvwxyz" ; string b = "zyxwvutsrqponmlkjihgfedcba" ; string mssg ; cout << " /n enter yo normal mssg : " ; getline (cin , mssg ) ; void compare(mssg , a ){ mssg = a ; return mssg ; } void compare(mssg , b ) { mssg = b ; return mssg ; } cout << " your secret mssg is : " << mssg ; return 0; }
8th Jul 2020, 8:49 AM
Pankaj
Pankaj - avatar
0
Nilesh ye ra bhai link send nii hoo ra
8th Jul 2020, 8:50 AM
Pankaj
Pankaj - avatar
0
Cpp lang . Hai
8th Jul 2020, 8:50 AM
Pankaj
Pankaj - avatar
0
ThNxxx broo itS DoNe. Nilesh
8th Jul 2020, 9:10 AM
Pankaj
Pankaj - avatar