Easy way of solving Coding & Decoding problem 5

Coding & Decoding latest pattern
Find solution from below ( TYPE 2 )

If you Observe the pattern each and every word starts with only 4 letters & follows certain format as follows :

Point 1: format=(symbol, number , letter )
Point 2 : symbol id-( based on number of letter
@ (2 letters)
# (3 letters)
$ (4 letters)
% (5 letters)
* (6 letters)
! (7 letters) )
Point 3 : finding number :
sum of consonants - sum of vowel in the word
Point 4 : finding letter :
last letter of the word
for example to find code for Mint :
symbol of P - $ (4 letters );
sum of consonants = 13+14+20 = 47
sum of Vowels = 10
difference = 47-10 = 37 ;
last letter = T
final answer - $37T
similarly you can solve other problems easily

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