about | help | code help+videos | done | prefs |
maxOfThree
Given three integers, return the largest value. maxOfThree(3, 4, 5) → 5 maxOfThree(5, 5, 10) → 10 maxOfThree(10, 5, 10) → 10 ...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: 120
Copyright Nick Parlante 2017 - privacy