📘 Quiz

Test your skills & challenge yourself 🚀

Question 1 / 1
1:00
1
A code is given where MITIGATE is written as MJVLKFZL. How will TERMINATE be coded in the same language?
0:00
Solution: Step 1: Analyze the given code for MITIGATE to MJVLKFZL M+0 = M, I+1 = J, T+2 = V, I+3 = L, G+4 = K, A+5 = F, T+6 = Z, E+7 = L Step 2: Determine the pattern: each letter is shifted by its position in the word Step 3: Apply the pattern to TERMINATE T+0 = T, E+1 = F, R+2 = T, M+3 = P, I+4 = M, N+5 = S, A+6 = G, T+7 = A, E+8 = M Step 4: Combine the coded letters: TFTPMSGAM
📊 Questions Status
1