getting the last value of an integer in java

Solutions on MaxInterview for getting the last value of an integer in java by the best coders in the world

showing results for - "getting the last value of an integer in java"
Vanessa
15 Jun 2016
1int lastDigit = number % 10