In this exercise all sorts of manipulations on text are done. All of these manipulations are expected to be done within the class TextManipulation.

The following things are expected to be implemented:

No main() method is needed for this exercise!

Caesar Cipher

From Caesar Cipher - Computer Science by Example1