Included in this repo are the following code challenges:
Write some code that will accept an amount and convert it to the
appropriate string representation.
Example:
Convert 2523.04
to "Two thousand five hundred twenty-three and 04/100 dollars"
Please implement a function that checks whether a positive number is a palindrome or not. For example, 121 is a palindrome, but 123 is not.