+1 (218) 451-4151
glass
pen
clip
papers
heaphones

1. Write a program that can perform the Caesar cipher for English messages that include both…

1. Write a program that can perform the Caesar cipher for English messages that include both…

1. Write a program that can perform the Caesar cipher for English messages that include both upper- and lowercase characters.2. Implement a class, SubstitutionCipher, with a constructor that takes a string with the 26 uppercase letters in an arbitrary order and uses that as the encoder for a cipher (that is, A is mapped to the first character of the parameter, B is mapped to the second, and so on.) You should derive the decoding map from the forward version.