Counting, without using a Loop
This is a problem which might come up during a job interview, to try to figure out, how do you think. And it goes something like: “Can you count (i.e. print each number), from 1 to 100, without using a loop?” Now some languages will have some special functions which you can use to do…