Problem Statement:
Given below is a message and the ouput is it's encrypted form.
Your job is to find the logic used to encrpyt the message
and create a program for the same.
Note that the input message can only contain capital alphabets.
example 1
input
READY
output
WUPJX
example 2
input
GATE
output
KSFO
Problem Statement:
Given below is a message and the ouput is it's encrypted form.
Your job is to find the logic used to encrpyt the message
and create a program for the same.
Note that the input message can only contain capital alphabets.
example 1
input
READY
output
WUPJKX
example 2
input
GATE
output
KSFO