| about | help | done | prefs | create account |
Warmup-1 > close10
prev | next | chance
| Given 2 int values, return whichever value is nearest to the value 10, or return 0 in the event of a tie. Note that Math.abs(n) returns the absolute value of a number.
close10(8, 13) → 8 close10(13, 8) → 8 close10(13, 7) → 0 ...Save, Compile, Run See Also: Example Code Java help: If Boolean Logic | Strings | While and For Loops | Arrays and Loops |
Forget It! -- delete my code for this problem 172.0
Copyright Nick Parlante 2006-09 - privacy