I need a way to print(and later on compare - but for now just print) characters 2 by 2 as in:
I have a string of 1F190307091810 and I have to print out:
1F 19 03 04 09 18 10.
I need this for Baudot code(I have segments of code given to me and I have to compare letters and numbers - together, two by two)
If you don't understand something please ask(I know I explain this in a weird way).