about | help | code help+videos | done | prefs |
getMaxOfThree
Given three numbers, return the maximum of these three numbers. getMaxOfThree(1, 2, 3) → 3 getMaxOfThree(3, 3, 2) → 3 getMaxOfThree(0, 8, 6) → 8 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy