Hey everyone. Been doing C for a little while now and this website has helped me in advancing my knowledge and skills in C programming.
I have another question now... it's really bugging me actually... I'm trying to make a program basically just encode and decode. It seems too simple for me not to understand but... I'm teaching myself so that's probably the problem.
I'm trying to get something like this...
First Sentence: See Spot Run
Second Sentence: FSS FIJW BNK
but then I also want to output the opposite...
so if I enter
First Sentence: FSS FIJW BNK
I'll get
Second Sentence: See Spot Run or (SEE SPOT RUN, whichever)
If anyone could push me in the right direction or have any programs they could show me that'd be great. Then I can build on it from there!