Specifying a number inside an int
807599May 1 2007 — edited May 1 2007I know you use charAt( ); for specifying a specific char in a string.
What is the code to specify an int inside an int which is more than one digit long
EG: four digit int
int = 1234
how do i say intAt(0); the number (int) at position 0 within the initial int
I want to specify each one individually so I can use them in seperate equations.