| about | help | code help+videos | done | prefs | 
| findMax() -- given an array of ints, return the maximum value in the array. The length of the array will be at least 1. findMax([1, 2, 3]) → 3 findMax([1, 2, 2]) → 2 findMax([12, 12, 12]) → 12 ...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 Post-solution available
Copyright Nick Parlante 2017 - privacy