Community Profile

photo

khaled


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Commenter

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort