views:

10

answers:

0

I read in a file with a few numbers using a scanner, and then split them using the split method. My main issue is if there is a method that can just give me ranges, probably in the math class. The numbers are currently in an array, and I wanna move those numbers and there ranges into a two-dimensional array. Could anyone give me some tips or tricks to go about that?