about | help | code help+videos | done | prefs |
mode
Given three positive numbers, return the value that occurs most frequently. If all the numbers occur the same number of times, return -1. mode(4, 3, 3) → 3 mode(7, 7, 7) → 7 mode(1, 2, 3) → -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