about | help | code help+videos | done | prefs |
Given an input integer between 1000 and 9999, with four digits which are not zero, return a new integer where the digits are in reverse order. flipDigits(1234) → 4321 flipDigits(9234) → 4329 flipDigits(1555) → 5551 ...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: 210
Copyright Nick Parlante 2017 - privacy