Dear Friends,
I want this code get "t" 9 times from a .txt at desktop and save the acc(t) results in array [3][3] forms in text file in desktop. But while running it shows error at lines 13 and 25. I made a text file in desktop and wrote:
2
3
4
5
6
7
8
9
10
But this code does not work.
I want to see the results in
20 30 40
50 60 70
80 90 100
form.
Should I change any setting in compiler eclipse to read the txt file?
Is the code correct?
should there be any open and close lines?