Rotating Alphabet Mapping Code
This code increments each letter of the alphabet by the same number of characters, so if the number to rotate was '3' for example, 'a' becomes 'd', 'b' becomes 'e', etc. Non alphabetic characters are left unchanged. A more sophisticated incrementing of letters occurs in the Variable Alphabet Mapping Code.