Hello,
I am trying to create a function that will let me input a number, and the function will do the following:
I am trying to create a function that will let me input a number, and the function will do the following:
- Add the digits in that number togeather
- Check if the resulting sum is a single digit (1-9), 11, or 22;
- Return the number if the #2 is true
- Start Back at #1 with the new number if #2 is false .