Coding-Decoding
In a certain code, each letter is replaced by the letter 3 places ahead in the alphabet (Z wraps to C). If EXAM is written as HADP, how is BEST coded?
Input→Coded
E→H
E
X
A
M
H
?
?
?
Step 1 of 0
E → H (+3 shift: E(5) → H(8))
In a certain code, each letter is replaced by the letter 3 places ahead in the alphabet (Z wraps to C). If EXAM is written as HADP, how is BEST coded?
E → H (+3 shift: E(5) → H(8))