| about | help | code help+videos | done | prefs |
Java > Logic-1 > lastDigit
prev | next | chance
| Given three ints, a b c, return true if two or more of them have the same rightmost digit. The ints are non-negative. Note: the % "mod" operator computes the remainder, e.g. 17 % 10 is 7.
lastDigit(23, 19, 13) → true lastDigit(23, 19, 12) → false lastDigit(23, 19, 3) → true ...Save, Compile, Run prev | next | chance | CodingBat > Logic-1 |
Progress graphs, just for fun:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
145.0
Copyright Nick Parlante 2006-11 - privacy