Facebook
From itu, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 198
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main(){
  4. char a[26];
  5. cout<<"Enter your plain text : ";
  6. string s;
  7. cin>>s;
  8. cout<<"Enter the value of key : ";
  9. int key; cin>>key;
  10. cout<<key<<endl;
  11. cout<<"The ciphered text is : ";
  12. for(int i=0;i<s.length();i++) cout<
  13.  

Replies to ttt rss

Title Name Language When
Re: ttt lomba cpp 1 Month ago.