about | help | code help+videos | done | prefs |
Given 3 ints a, b, and c, return true if they are in descending order. If there are similar values, it should return false. isDescending(1, 2, 3) → false isDescending(3, 2, 1) → true isDescending(-2, -3, -4) → true ...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: 100
Copyright Nick Parlante 2017 - privacy