about | help | code help+videos | done | prefs |
Given an int num , determine if the digits of the number are in descending order. If one digit is the same value as the digit next to it, then that number is not descending. (For example 100 should return false) isDescending(542) → true isDescending(9847651) → false isDescending(81) → 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: 200
Copyright Nick Parlante 2017 - privacy