employer cover photo
employer logo
employer logo

ShopRunner

Fait partie de FedEx

Est-ce votre entreprise ?

Question d’entretien chez ShopRunner

Write an algorithm to print out the digits of an integer without using the substring method.

Réponses aux questions d'entretien

Utilisateur anonyme

13 déc. 2014

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.

2

Utilisateur anonyme

22 janv. 2015

Why the questions are so easy? :)

1