ok so im new to java and i have a homework assignment to read from a text file and put them in to a 2d array the text file looks like this..
5
0
-1,0
1,-1,0
-1,1,-1,0
-1,-1,-1,1,0
the 5 is to be 5 rows and 5 columns then make the chart from there and it only fills half of the chart i can attach the actual home work if any one has any experience it would be much appreciated or any links to any tutorials
5
0
-1,0
1,-1,0
-1,1,-1,0
-1,-1,-1,1,0
the 5 is to be 5 rows and 5 columns then make the chart from there and it only fills half of the chart i can attach the actual home work if any one has any experience it would be much appreciated or any links to any tutorials