Community Profile

photo

khaled


Last seen: 대략 1년 전 2022년부터 활동

통계

  • Commenter

배지 보기

Content Feed

보기 기준

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변