photo

khaled


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Commenter

Visualizza badge

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta