Community Profile

photo

Ankit singh chauhan


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 cloud=caesar(m,n) sum=double(m+n); for i=1:length(sum) if n>0 if (sum(i)<127) cloud(i)=cha...

3 years ago | 0