Pergunta de entrevista da empresa ScreenIT

Make a function to retrieve the summation from 1 to "x" number (given as a parameter) without using any loop or "if" condition.

Resposta da entrevista

Sigiloso

28 de mar. de 2017

I solved it by implementing a recursive function.