Easy way of solving Coding & Decoding problem 8

Coding & Decoding latest pattern
Find solution from below ( TYPE 2 )
Point 1: format=( letter , number )
Point 2 : letter - ( Reverse of Highest vowel in word )
Point 3 : finding number :
Highest consonant - Highest vowel codes
To find code for zip :
letter - R ( Reverse of I);
number = 25 - 9 = 16 ( Z - I)
final solution - R16
To find code for cup :
letter - F ( Reverse of U);
number = 16 - 21 = -5 ( P - U)
final solution - F-5
To find code for lamp :
letter - Z ( Reverse of A);
number = 16 - 1 = 15 ( P - A)
final solution - Z15
To find code for hindi :
letter - R ( Reverse of I);
number = 14 - 9 = 5 ( N - I)
final solution - R5
To find code for sbi :
letter - R ( Reverse of I);
number = 19 - 9 = 10 ( S - I)
final solution - R10

Click Here , to learn easy ways to remember alphabets & their codes

Do you want to learn more latest coding-decoding patterns, Click Here

SUBSCRIBE(must and should verify) & FOLLOW from below to get more tricks via E-mail

Back to Top