Not sure how to get the compareTo to not give error.
compareTo
Very lost. Tried changing multiples lines of code.
public voide addValue(int newNumber)
Edit: I can't believe what I originally wrote here.
Can you not just use a relational comparison operator here?
(firstNum < secondNum) // This will return a boolean value of true or false.