How would you get n to be the last digit (n ?
1) (a) (10)
2) (b) n = nCopy.divide(10)
3) (c) n.divideBy10( )
4) (d) n = nCopy.divideBy10( )
5) (e) none of the above will give (n