InterviewSolution
Saved Bookmarks
| 1. |
What is mean by two consecutive positive integers |
| Answer» Consecutive numbers are numbers that follow each other in order. They have a difference of 1 between every two numbers. In a set of consecutive numbers,the mean and the median are Equal.If n is a number, then n can be equal to n+1 and n+2ExamplesConsecutive: numbers that follow each other in order1, 2, 3, 4, 5 | |