In letter code questions, every letter shifts by the same fixed amount. Find the shift and you can decode any word instantly.
In letter code questions, a single number called the shift controls everything. A shift of +3 moves every letter forward by 3 positions. Z wraps around to C. Once you find the shift, the entire code unravels.