- 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.
11 ответов
+ 8
Show your attempt first
And add appropriate tags
+ 3
Oh! Don't send the code coach link. Send the link of your code 😐🤷🏻♂️🙅🏻♂️
+ 1
Just_ Luvvv That's not an attempt , show your code and mention the language too
0
I have posted it , see it ....
0
https://www.sololearn.com/coach/66?ref=app
Some one help me with this program of secret mssg .....
Nilesh
0
Here it is Nilesh
0
Oohhh shit , wait a min.
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;
}
0
Nilesh ye ra bhai link send nii hoo ra
0
Cpp lang . Hai
0
ThNxxx broo itS DoNe. Nilesh