Encrypt the message STOP POLLUTION by translating the letters into numbers, applying the given encryption
function, and then translating the numbers back into letters.
a) f (p) = (p + 4) mod 26
b) f (p) = (p + 21) mod 26
c) f (p) = (17p + 22) mod 26