about | help | code help+videos | done | prefs |
Define a function that when passed three integers, returns the median value. That is the value that sits in the middle when the three are sorting in ascending (or descending) order. median(10, 10, 10) → 10 median(10, 20, 10) → 10 median(20, 10, 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: 4 Post-solution available
Copyright Nick Parlante 2017 - privacy