InterviewSolution
Saved Bookmarks
| 1. |
write the successor of: ( A ) 2440701 ( B ) 100199 ( C ) 1099999 ( D ) 2345670 PLEASE ANSWER ME |
|
Answer» 244070210020011000002345671Explanation:Because successor MEANS a number that comes directly after any numberTo do it simple just add one to your any current number that you are havingFor example- you have to FIND successor of 33so what you will do is 33+1=34So you can SEE that 34 comes directly after 33 (which is your current number.)OK? |
|