about | help | code help+videos | done | prefs |
Write a method that accepts an array with a length is double an odd number, and return the third quartile (median of the upper half) of the data. https://www.mathportal.org/calculators/statistics-calculator/descriptive-statistics-calculator.php calc3rdQuartile([4, 8, 15, 2, 3, 42, 1, 15, 8, 25]) → 15 calc3rdQuartile([4, 3, 5, 9, 2, 11]) → 9 ...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