neerajnanvani / PracticeGitAndJs

Its an practice repo to create pull request and use more github features
0 stars 10 forks source link

Solved caeser cipher #18

Closed DASH0070 closed 1 year ago

DASH0070 commented 2 years ago

resolve #15

Approach get the char code of the character.
add the key to it and convert it back to the character.
add this character to an output string.