Skip to content
#

rotation

Here are 470 public repositories matching this topic...

Instructions: You are required to create a basic program which implements the basis of a ROT-13 algorithm, taking a string as an input and replacing each letter with the 13th letter after it. For example if I input "hello world" it should return "uryyb jbeyq". You should be able to customize the rotation value. IE I should be able to change 13 t…

  • Updated Sep 18, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the rotation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rotation topic, visit your repo's landing page and select "manage topics."

Learn more