<p>does anybody know how to use the BufferedReader class to read in data?</p>
<p>There is an input file that looks like this:</p>
<p>12388,2000
20039,2300
13900,3899
23900,3488</p>
<p>I needed to store these numbers into two parallel arrays. I don't understand how to read in one number at a time, disregarding the comma. the first column of numbers goes into one array. the second column of numbers goes in the second array.</p>