Community Profile

photo

Aman Gupta


Attivo dal 2019

Statistiche

  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
Basic Shift Cipher Decryption Algorithm HELP!
function coded = caesar(x,n) a = double(x); a = a+n; for i = 1:length(a) while (a(i)>126 || a(i)<32) if a...

quasi 5 anni fa | 1