Hi, I have a text file that I'm going to read, and then parse it. After parsing it, how do I return it into it's original position or layout as before? Because now after parsing it, my output is printed out individually, instead of printing it out how it looks like originally. May I know how to do it?
My text file actually contains only numbers (decimal and has negative numbers too). I actually want to store the output after parsing into a 2D array, but it doesn't seem to work. I need some help here.