Lagest sum consecutive increasing digits in a No SOLUTION SSEC0015
You are given an info containing a number. Execute an answer for locate the biggest total of continuous expanding digits , and present the yield with the biggest aggregate and the situation of start and end of the sequential digits.
Model :
Info :> 8789651
Yield :> 24:2-4
where 24 is the biggest aggregate and 2-4 is start and end of the back to back expanding digits.
In this question what should we print if we have only one digit number, and also if there is no increasing integer sequence?