if xy > 0, then
x > 0 and y > 0
x < 0 and y < 0
The product of two positive integers or two negative integers is a positive integer.
E.g: If x = 2 and y = 3
Than, x × y = 2 × 3 = 6 (Positive integer)
If x = -2 and y = -3
Than, x × y = -2 × -3 = 6 (Positive integer)