So I have a file created named "inputs.dat", and inside that file, I have coordinates entered exactly like this:
4 1
1 4
10 12
1.1 4.5
3 10.3
10 7
What I'm trying to do is write a code that would read in from that file I created, and store those numbers in parallel arrays. The code has to be able to read in a file size up to 1000 lines and it has to keep reading until the end of the file.