Question d’entretien chez IBM

Write code to tell how you would seperate decimal digits from an integer.

Réponse à la question d'entretien

Utilisateur anonyme

25 mai 2010

divide by 10 untill you get 0. The remainders of the division are the decimal digits.