Adding two positive integers always yields a positive sum; adding two negative integers always yields a negative sum. To find the sum of a positive and a negative
integer, take the absolute value of each integer and then subtract
these values. The result takes the sign of the integer with the larger
absolute value.