Community Profile

photo

Alankriti Mallick


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
caesar cyphor encryption problem .
function coded= caesar(v,s) v=v+s; v(v>126)=rem(v(v>126),95); v(v<32)=127-rem(32-v(v<32),95); coded=char(v);

3 years ago | 0