Question 1
If each letter in the word 'STORM' is shifted alternately: +1 for positions 1,3,5 and -1 for positions 2,4,6 (with wrap-around), what is the resulting word?
Position 1 (S): +1 = T, Position 2 (T): -1 = S, Position 3 (O): +1 = P, etc. Giving: TSPQN