Skip to main contentSkip to solution

If 'GIVE' is written as 'VIEG' and 'OVER' is written as 'EVRO'. Then how will 'DISK' be written in the same code?

Solution

Correct Option: 4

For GIVE(1,2,3,4) \to VIEG: positions become 3,2,4,1.

Check OVER(1,2,3,4) \to EVRO: 3,2,4,1. Confirmed.

Apply to DISK(1,2,3,4): 3,2,4,1 gives S,I,K,D = SIKD.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question