Community Profile

photo

Julian Veran


Last seen: 4 years ago Active since 2020

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
caesar cyphor encryption problem .
(using mod function) function txt = caesar(txt,key) txt = double(txt) + key; first = double(' '); last = doubl...

4 years ago | 0

Answered
caesar cyphor encryption problem .
function coded = caesar(M, n) num = double(M); %Converts string into double num2 = num; N = n - 95 * f...

4 years ago | 0