Instructions
A Special Number is calculated as follows:
- Start with any integer value greater than 0.
- Calculate the sum of the digits of the number.
- Reverse the sum obtained in step 1.
- Multiply the sum and its reversal.
- If the product equals the original number, it is a special number.