is output is depend on no of digits in a number like 123 example for odd no
of digits and 121224 example for even digits???

can you make it clear pls??

On Sat, Aug 11, 2012 at 5:22 PM, payal gupta <gpt.pa...@gmail.com> wrote:

> Given the start and an ending integer as user input, generate all integers
> with the following property.
> Example : 123 , 1+2 = 3 , valid number
> 121224 12+12 = 24 , valid number
> 1235 1+2 = 3 , 2+3 = 5 , valid number
> 125 1+2 <5 , invalid number
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/algogeeks/-/zeZVnoP0sOEJ.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to