photo

Muhammad Saleh


Last seen: 7 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
caesar cyphor encryption problem .
function coded=caesar(v, shift) if(shift>94) shift=mod(shift,94); end if (shift<-94) shift=-(mod(abs(shift),94)); ...

9 months ago | 0