Question: 2. One problem with the Caesar Cipher example of our power point in this chapter is that it does not deal with the case when
2. One problem with the Caesar Cipher example of our power point in this chapter is that it does not deal with the case when we drop off the end of the alphabet. A true Caesar cipher does the shifting in a circular fashion where the next character after z is a. Modify the example in the power point to make it circular. You may assume that the input consist only of letters and spaces. Hint: make a string containing all the characters of your alphabet and use positions in this string as your code. You do not have to shift z into a just make sure that you use a circular shift over the entire sequence of characters in you alphabet string.

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
