

InterviewSolution
Saved Bookmarks
1. |
State whether the given statement are true (T) or false (F).Successor of a 3-digit number is always a 3-digit number. |
Answer» False. The successor of a whole number is the number obtained by adding 1 to it. Example: – consider 3-digit number 999 it is a one digit, then its successor = 999 + 1 = 1000. |
|