Program in c, to find the consecutive series of a number, example.
Input:24
Output: 7+8+9=24

Another example
Input:26
Output:5+6+7+8