Task 1
AI-enhanced title
#include <iostream>
#include <string>
if (isalpha(ch)) {
} else {
result += ch;
return result;
int main() {
string text;
int shift;
char choice; cout << "Enter text: ";
getline(cin, text);
return 0;