Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 404 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 404 Bytes

A programming problem from programming-challenges.com

The problem 'Reverse And Add' takes a number, reverses it, and adds it to your input, and then checks to see if it is a palindrome, if not, the result is taken and the process repeats until a palindrome is found. The first input is the number of cases or different inputs you would like. The following inputs are the cases that will be processed.