Question: Prompt the user to enter text, and replace a subset of letters in the text with corresponding symbols as shown in the table below to

Prompt the user to enter text, and replace a subset of letters in the text with corresponding symbols as shown in the table below to create the new password. Finally, append the reversed version of the new password to the new password. In C++Prompt the user to enter text, and replace a subset of letters

Replace: With: a @ 3 i ! O 0 A u Sample Execution Please enter your text input: password input: password output: p@ssworddrowss@p password.cpp + New 1 #include 2 #include 3 using std::cin, std::cout, std::endl, std::string; 4 5- int main() { 6 7 8 9 return 0; 10 } 11

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!