 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Fill in the blanks (Use Atbash Cipher that is given in code 3)For this question, we need to use Atbash cipher.For Atbash cipher, first we write the alphabets from A to Z and then in reverse from Z to A below that.ABCDEFGHIJKLMNOPQRSTUVWXYZZYXWVUTSRQPONMLKJIHGFEDCBAG Z N R O = ………… | 
| Answer» TAMIL Now to solve, we look up the corresponding letter from the table to replace in code to get the actual word. So, for G Z N R O, from table, for G, it is T So , the actual word is TAMIL. | |