| about | help | code help+videos | done | prefs |
scottm@cs.utexas.edu cs305j-set4 > max1020
prev | next | chance
| Given 2 positive int values, return the larger value that is in the range 10..20 inclusive, or return 0 if neither is in that range.
max1020(11, 19) → 19 max1020(19, 11) → 19 max1020(11, 9) → 11 ...Save, Compile, Run prev | next | chance | CodingBat > scottm@cs.utexas.edu cs305j-set4 |
Progress graphs, just for fun:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
178.0
Copyright Nick Parlante 2006-11 - privacy