Question:medium

If in code language 'A' is written as 2, 'B' is 3, then in same code "FACE" is written -

Show Hint

When solving letter-to-number code problems, assign a numerical value to each letter and apply the pattern.
Updated On: Jan 15, 2026
  • 6245
  • 6357
  • 7346
  • 7246
Show Solution

The Correct Option is A

Solution and Explanation

In this code, letters are assigned numerical values: A = 2, F = 6, C = 4, and E = 5. Therefore, FACE is represented as 6245.
Was this answer helpful?
0