Question d’entretien chez Unisys

Write a function (pseudo code) that prints the numbers 1-100 without using a loop.

Réponse à la question d'entretien

Utilisateur anonyme

1 déc. 2019

I wrote a recursive function.