Community Profile

photo

khaled


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Commenter

Afficher les badges

Feeds

Afficher par

Question


hello, I'm working on a program to encrypt using Caesar cipher, but the encryption I am receiving one letter only. For example, I input (car) but i receive only the letter (F).
clc clear all; close all; p=input('enter plain text: ', 's') p=lower(p); lp=size(p); for i=1:lp c(i)=int16(p(i))-9...

plus d'un an il y a | 1 réponse | 0

1

réponse