about | help | code help+videos | done | prefs |
median
The median of three numbers is the number in the middle when all 3 numbers are in order. Given three integers, though not necessarily in order, return the median. median(3, 4, 5) → 4 median(5, 3, 4) → 4 median(0, 1, 1) → 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: 100
Copyright Nick Parlante 2017 - privacy