about | help | code help+videos | done | prefs |
isPalindrome3
Given as input an integer in the range 100 to 999 (inclusive), return true if the number is a palindrome, and false otherwise. isPalindrome3(121) → true isPalindrome3(937) → false isPalindrome3(939) → 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