I’m trying to sort the digits of an integer of any length in ascending order without using Strings, arrays or recursion. Example: I have already figured out how to get each digit of the integer with modulus division: but I don’t know how to order the digits without an array. Don’t worry about the IO class; it’s a custom class