Write following functions as discussed in the class. Encryption is done by adding relative distance in alphabets (a,b,c,d ...z) for each character in the string. There is no punctuation in the input string and all alphabets in the string are upper case. string n = "HELLO WORLD THIS ZEE WORLD"; string encrypt(string) string decrypt(string) Allowed to use C++/Python/JS

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 12RQ
icon
Related questions
Question

I need help with this

Write following functions as discussed in the class. Encryption is done by adding relative distance in alphabets (a,b,c,d
...z) for each character in the string.
There is no punctuation in the input string and all alphabets in the string are upper case.
string n = "HELLO WORLD THIS ZEE WORLD";
string encrypt(string)
string decrypt(string)
Allowed to use C++/Python/JS
Example Text: ABCDZ -> Encrypted Text: BDFHE
Transcribed Image Text:Write following functions as discussed in the class. Encryption is done by adding relative distance in alphabets (a,b,c,d ...z) for each character in the string. There is no punctuation in the input string and all alphabets in the string are upper case. string n = "HELLO WORLD THIS ZEE WORLD"; string encrypt(string) string decrypt(string) Allowed to use C++/Python/JS Example Text: ABCDZ -> Encrypted Text: BDFHE
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning