about | help | code help+videos | done | prefs |
array_range
Given an integer array "arr", return the range of the array. The range of an array is the largest number minus the smallest number in the array. array_range([0, 5, 10]) → 10 array_range([10, 0, 5]) → 10 array_range([5, 25, 90]) → 85 ...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