So I have class....
public int rangeInScanner(Scanner stream)
if user enter an unkown amount of ints into Scanner, how do I write a class to return the rage of the numbers, biggest - smallest.
p.s. the numbers entered will be in random order and may be negative

