Need help with Caesar Cipher.
Usually I am aboe to figure the things out with just a small pointer.... but this one escapes me.
I need to create a Caesar Cipher.
It must have an array. **
**I must be very simple.(don't want to use that code where A = 65; just something that puts the characters into an array, so I can add 3 to each one and reprint).
Please no fancy tricks..... I don't have the skills or understanding to use them. Just need some help making a program that gets characters, puts them into an array, ads 3 to each one, and prints them back out.
My biggest problem at this point is how to PUT the characters into the array. I can use getchar to GET the characters, but how do I get them to go into the array?? Can't figure out what to do once I have the characters.
Thanks : )