about | help | code help+videos | done | prefs |
biggerOfTwo
Given an int array length 2, return the larger element of the two elements in the array. biggerOfTwo([1, 2]) → 2 biggerOfTwo([-1, -2]) → -1 biggerOfTwo([0, 0]) → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy