I am trying to make a code that does the following:
Multiplying the digits of an integer and continuing the process gives the surprising result that the
If you're trying to get the digits of a number, convert it into a string first and reference them with array notation.