Alright, I am planning on writing a program to encrypt text using the Caesar cipher. To do this I was planning on isolating each character and then performing the operations to encrypt on that character. However I do not know how to isolate that character from the inputed text.
How would I do that?
Is there a better way?