Study the following information carefully and answer the questions gi...
The logic for the first code for each word is based on the place values(as per the alphabetical series) of the first letter of each word
If the place value of the first letter of the word is even, then the first code of the word is “&”
If the place value of the first letter of the word is odd, then the first code of the word is “%”
The logic for the second code for each word is based on the number of consonants in each word:
If the word has one consonant, then the second code of the word is “®”
If the word has two consonants, then the second code of the word is “@”
If the word has three consonants, then the second code of the word is “#”
If the word has four consonants, then the second code of the word is “$”
If the word has five consonants, then the second code of the word is “^”
If the word has six consonants, then the second code of the word is “*”
The logic for the third code for each word is based on the total letters in each word:
If the word has an even number of letters, then the third code of the word is “< />
If the word has an odd number of letters, then the third code of the word is “>”