Caesar Cipher Encryption

# Introduction In this challenge, we will be implementing the Caesar cipher encryption technique. The Caesar cipher is a substitution encryption method where each letter in the plaintext is shifted a fixed number of positions down the alphabet to produce the encrypted result. The goal of this lab is to write a Java program that takes a string and shifts each letter two positions to the right to encrypt it, returning the encrypted string as the output.

|60 : 00

Click the virtual machine below to start practicing