|
-
November 9th, 2009, 02:48 PM
#4
Re: Help with C# console application
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|