Pergunta de entrevista da empresa Nokia

If were to write a function to tell if the number is odd or even, how would u code it

Resposta da entrevista

Sigiloso

9 de set. de 2009

use if(num & 1) then odd else even