If the sum of two distinct whole numbers is odd, then their difference also must be odd.
TrueIt is general property so it is always true.e.g. consider two number 2 (even) and 9 (odd).Sum = 2 + 9 = 11 (odd) and Difference = 9 – 2 = 7 (odd)