about | help | code help+videos | done | prefs |
Given an array of integers, find the largest value in the array that is smaller than 50. Each array contains at least one value that is less than 50. maxBelow50([14, 7, -8]) → 14 maxBelow50([46, 50, 17, 200, 48]) → 48 maxBelow50([63, -10, -20, -49, -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: 200
Copyright Nick Parlante 2017 - privacy