

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F).If the sum of two distinct whole numbers is odd, then their difference also must be odd. |
Answer» True. Consider the two odd numbers 2 and 5. Then, sum = 2 + 5 = 7 it is an odd number. Now, difference = 2 – 5 = 3 it also an odd number. |
|