Easy solutions for coding-decoding problem 2 (type 3)

Coding & Decoding latest pattern
Learn solution from here

If you Observe the note in the problem it indicates that codes are given according to words
i.e first word matches to first code ,second word matches to second code ....soon

Point 1: number of letters
Point 2 : first letter , last letter
no of letters (first ,last letter ) Code
2 ( V , C ) &2L
2 ( C , C ) $2M
3 ( V , C ) $3P
3 ( C , V ) @3S
4 ( V , V ) !4F
4 ( C , C ) *4B
5 ( V , C ) %5H
5 ( V , V ) #5P
C - Consonant V - Vowel
To find code for Apple :
NO of letters = 5 ;
first letter , last letter - V ,V ;
code is #5P
To find code for Flag :
NO of letters = 4 ;
first letter , last letter - C , C ;
code is *4B
To find code for She :
NO of letters = 3 ;
first letter , last letter - C ,V ;
code is @3S
To find code for Ought :
NO of letters = 5 ;
first letter , last letter - V , C ;
code is %5H
To find code for Co :
NO of letters = 2 ;
first letter , last letter - C , V ;
code is $2M

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