

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F).Sum of two consecutive odd numbers is always divisible by 4. |
Answer» True. For example, 1 + 3 = 4 = 4/4 = 1 11 + 13 = 24 = 24/4 = 6 |
|