employer cover photo
employer logo
employer logo

RPM Technologies (Canada)

Est-ce votre entreprise ?

Question d’entretien chez RPM Technologies (Canada)

Write a function that takes an integer parameter and returns boolean indicating if the integer is divisible by some number n.

Réponse à la question d'entretien

Utilisateur anonyme

11 sept. 2015

return a%b==0;

1