Hi,
I'm trying to create a 2d array that will fill itself up with numbers i have in a text file.
My text file looks like this:
1 5 4
2 6 3
3 9 4
4 1 8
5 2 2
So, I want to create an array with 5 rows and 3 columns that will print this exact output to the screen.
Could anybody help me with the code please?
Thank you :)