Question: Write a C++ program - Read in a string from a file. Encrypt the string by using an offset of 2. Which means an a
Write a C++ program - Read in a string from a file. Encrypt the string by using an offset of 2. Which means an a becomes a c. Print the encrypted string to the screen and then print the encrypted string in reverse order. Then unencrypt the string and print it again to the screen(in correct order). Use the string Meet me tonight at 10:00pm by the old oak tree at the back of the church.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
