0

I have this file content:

1,38,51,31,33,80,46
2,44,21,63,27,46
.....

It's going that way. Total number of rows = 81

I want to access this content as follows:

example [0] [0] = 1 
example [0] [1] = 38 
example [1] [0] = 2 
example [1] [2] = 21

Could you give me a clue about this (in Java)?

Roman
  • 4,922
  • 3
  • 22
  • 31
Cenk Camkıran
  • 17
  • 1
  • 2
  • 6

0 Answers0