about | help | code help+videos | done | prefs |
Write a method that returns the greater of the two input parameters. If the two input parameters match, return a zero. test2020_10_01_APP1SLHL_larger(5, 7) → 7 test2020_10_01_APP1SLHL_larger(824, 22) → 824 test2020_10_01_APP1SLHL_larger(521, 3259) → 3259 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 220
Copyright Nick Parlante 2017 - privacy