Practical No.5 Program Code
Practical No.5 Program Code
5
PROGRAM CODE:
#include <iostream>
#include <string>
using namespace std;
// Function to encrypt the message
string encrypt(string text, int shift) {
string result = "";
int main() {
string message;
int shift;
return 0;
}
OUTPUT: