Question d’entretien chez TPS

Write a function which tells the input is even or not without using modulus and built-in functions?

Réponse à la question d'entretien

Utilisateur anonyme

24 avr. 2017

Convert input in binary, if the least significant bit is zero than your input is even.