find the successor of each of the following integer
a) -42
b) -1
c) 0
d) -200
c) -99
Answers
Answered by
4
Answer:
- Successor of -42 is -41
- Successor of -1 is 0
- Successor of 0 is 1
- Successor of -200 is -199
- Successor of -99 is -98
Answered by
1
Answer:
Ans a = -41
Ans b = 0
Ans c = 1
Ans d = -199
Ans e = -98
Step-by-step explanation:
When it is aked to find successor of a negetive number ( for eg= -4, -2 etc) we have to write the number which is before the actual number ( for eg= -3, -1 etc). But when we are asked to find successor of a positive number we will obviously write the number which is after it. The main logic behind this is that whenever we have been asked to find successor we have to add it with 1. For example: successor of 4 = 4+1=5 but the successor of -4 = -4+1 = -3
Hope it helps you
Similar questions