how can i separate a no. in digits but not in reverse order?
for ex:
the no. 12345 is to be separated as 1,2,3,4,5 and not as 5,4,3,2,1
Doubt regarding a challenge
@himanshuep32 you can use array to store the reminder then do apply a iterative loop on a array and print the array