#include using namespace std; int main() { cout << \"Do you need to encrypt or decrypt?\" << endl; string message; getline
sizeof(type) returns the size of the type, not the object. Use the length() method to find the length of the string.
sizeof(type)