In a certain code language, if RESCUE is coded as 'EUCRES' and HANDLE is coded…
2023
In a certain code language, if RESCUE is coded as 'EUCRES' and HANDLE is coded as 'ELDHAN', then what will DANGER be coded as?
- A.
REGDAN
- B.
RGEDAN
- C.
REGADN
- D.
REGDND
Attempted by 104 students.
Show answer & explanation
Correct answer: A
The code reverses the last three letters and then appends the first three letters: RESCUE -> EUC + RES and HANDLE -> ELD + HAN. Therefore, DANGER -> REG + DAN = REGDAN.