Reverse Alphabet Mapping Code
This code simply maps each letter of the alphabet in the message to be encoded onto the reverse letter of the alphabet, so 'a' becomes 'z', 'b' becomes 'y', and so on up to 'z' becomes 'a'. Non alphabetic characters are left unchanged.