Check to see if a num is Negative

Just use one of the following:

difference > 0 difference >= 0 difference < 0 difference <= 0

Chris