#include #include using namespace std; int main() { string line; cout << "Enter in a line of text: "; getline(cin,line); // Encyrpt for(int i=0;i