Please see the activity companion page.
Example: given a code where the alphabet is rotated 5 spaces and A=0, B=1, C=2 and so on
X = the original letter Y = the encoded letter X + 5 = Y
So, "HI" becomes "LM"
since H = 7
7 + 5 = 12
and 12 = L