Is this your company?
Write an algorithm to print out the digits of an integer without using the substring method.
Anonymous
divide the number by 10, the quotient becomes the new number and the remainder is the digit to be printed. Loop until the number becomes zero.
Check out your Company Bowl for anonymous work chats.