pretty easy I would think, I will most likely figure it out after I ask but I will ask anyways.
My number: 123456789
Id like to split it up and add the digits:1+2+3+4+5+6+7+8+9
I tried to put it in a loop and do a substring then convert it back to a number but im having problems
Thanks in advance.
My number: 123456789
Id like to split it up and add the digits:1+2+3+4+5+6+7+8+9
I tried to put it in a loop and do a substring then convert it back to a number but im having problems
Thanks in advance.