Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Exercise: ROT13 on file

  • write a program that will accept the name of a file and replace it with the ROT13 encoded version of the text.
  • Encode each letter a-z and A-Z, but leave everything else intact.
  • If written correctly, running the program again on the same file should convert it back to the original version.