about | help | code help+videos | done | prefs |
higher
Define a function that when passed two integers, returns the higher of the two. higher(10, 20) → 20 higher(50, 50) → 50 higher(-1, -8) → -1 ...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: 1 Post-solution available
Copyright Nick Parlante 2017 - privacy