Question: Implement a Caesar Cipher using java. Please use methods in the coding: MEET YOU IN THE PARK is represented as 12 4 4 19 24
Implement a Caesar Cipher using java. Please use methods in the coding:
MEET YOU IN THE PARK is represented as 12 4 4 19 24 14 20 8 13 19 7 4 15 0 17 10
The program should print out something like this:

Enter your message: hold long position in tomorrow 's transaction for Euro Enter your shift cipher key: 123 Encrypted message: Decrypted message: hold long position in tomorrow 's transaction for Euro Enter your message: hold long position in tomorrow 's transaction for Euro Enter your shift cipher key: 123 Encrypted message: Decrypted message: hold long position in tomorrow 's transaction for Euro
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
