Ok so i have a program that interprets Binary that i created into numbers, this is what it reads from the file: 11001 00100 :: 11001 00100
11001 is A, 00100 is B and :: means go to the next line. However i cannot seem to get this program to read everything then wrap the last A and B to the next line, so if the program were to execute the way i wanted it too, it would look like this: