Correct option is A
Given:
1. The word JUNE is encoded as 1021145.
2. Each letter of the word corresponds to a part of the numeric code.
3. We need to determine how JULY would be encoded using the same logic.
Formula Used:
1. Letter to Position Mapping: Assign each letter its positional value in the alphabet (A=1, B=2, ..., Z=26).
2. Analyze how the positional values transform to form the numeric code.
3. Apply the same transformation rules to the word JULY.
Solution:
Step 1: Determine the Positional Values for JUNE
J = 10
U = 21
N = 14
E = 5
The encoded sequence for JUNE is 1021145, which matches the concatenation of these positional values.
Step 2: Apply the Same Rule to JULY
J = 10
U = 21
L = 12
Y = 25
Concatenate these values to form the code for JULY:
Code for JULY = 10211225

