Problem 60191. Reverse Integer
You are given an integer, reverse its digits. For negative integers, the sign should remain in the front.
For instance, 12340 should become 4321; -1203 becomes -3021.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
25447 Solvers
-
10103 Solvers
-
694 Solvers
-
110 Solvers
-
convert the number to binary format & count digits
52 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!