| about | help | code help+videos | done | prefs |
Java > Logic-1 > sortaSum
prev | next | chance
| Given 2 ints, a and b, return their sum. However, sums in the range 10..19 inclusive, are forbidden, so in that case just return 20.
sortaSum(3, 4) → 7 sortaSum(9, 4) → 20 sortaSum(10, 11) → 21 ...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
115.0 Post-solution available
Copyright Nick Parlante 2006-11 - privacy