Question: circle cipher program write a program to take in an input word and rotate the letters by a user-specified number. It should only accept a
circle cipher program
write a program to take in an input word and rotate the letters by a user-specified number. It should only accept a word made up of alphabetical characters and a number as inputs and return an error otherwise. The program should then output the encoded version of the input.
Test with:
Input: Hello user-specified number: 5
Input: goodbye user-specified number: 18
Input: minus user-specified number: -5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
