Hey guys, i'm writing a small math app and i need a little help.
let's say i saved a users input into a variable (int), and i wanna get the individual numbers from the int itself, lets say the input is "2468", i wanna be able to get each of em alone...as if it were an array.
The only way i can think of is to make the user write a number then press Enter, four times if the numbers length is four...which is rather silly.