The solution is already given, you just need to write the code. Just write it.
Develop a static class with two methods, one for encoding and one for decoding. Both
methods take a string as parameter and return the processed string. You develop an algorithm
that substitutes a given character with one with 4 places down in alphabet and another that
decodes the ciphered text. Create a Console application that tests your methods.