Unisys interview question

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

Interview Answer

Anonymous

1 Dec 2019

I wrote a recursive function.