| about | help | code help+videos | done | prefs |
Check if the list is in increasing order. Every item in the list must be less than the next item. Precondition: list has at least two items isIncreasing([1, 2, 3, 4, 5]) → true isIncreasing([1, 2, 2, 3, 4, 5]) → false isIncreasing([5, 4, 3, 2, 1]) → false ...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