Correct option is A
Number'symbol | 4 | % | 7 | 3 | # | * | 9 | @ | 6 |
Code | X | N | B | J | H | L | Y | F | R |
Conditions:
(i) If the first element is an even number and the last a number, the codes for these two (the first and the last elements) are to be interchanged.
7%%3@6 - 7 is not even number so this condition does not follows.
(ii) If the first element is an odd number and the last an even number, the first and last elements are to be retained as it is (i.e first and last elements won't get coded).
Question: 7%%3@6
7 is odd and 6 is even number as condition says.
code = first and last elements won't get coded
9 - Y
% - N
3 - J
@- F
CODE - 7YNJF6