I'm having some trouble with my programming exercise. I have to read integers from a text file and store them in an array. Then determine the number of integers that fall between the range 0-50, 50-55, all the way to 100.
Here's the code I currently have. I'm stuck on how to determine the range of the numbers. Any help would be appreciated.