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

回答