6
Answers

how to split the input integer values

hello i am new beginner ,

please help me to split the integer which is user defined......

for example if user enters :(123456)
then
output  should be :  1
                                2
                                3
                                4
                                5
                                6

***   without using ArrayList
 
 Thanks.

Answers (6)