In a specific coding system, the word PARDON is written as MRWUZS. Following the exact same logical transformation rule, what is the code for the word POSTURE?
Cevap: HIXGVLS / hixgvls
Cevap
HIXGVLS
The code is determined by applying two transformation rules based on letter positions followed by a string reversal. Letters at odd positions (1st, 3rd, 5th, 7th) undergo a forward alphabetical shift, while letters at even positions (2nd, 4th, 6th) are replaced by their reverse alphabetical partner (). For the word POSTURE, this yields the intermediate string SLVGXIH. Reversing this intermediate string produces the final code HIXGVLS.
Adım Adım Çözüm
Anahtar Kavram
Position-dependent shift combined with reverse alphabetical indexing and string reversal
Tahmini Süre:2m 0s