|
Problem
I have a list of scores stored in a textfile. I need to sort these numbers, with the highest on top. I don't know how to call these numbers into an array. Can someone pls show me how to call and sort the numbers please. Thanks a lot. I have to use a kind of algorithm sorting (like bubble sort) not using the Collections class.
|