I am trying to print numbers from 1 to 100 without using loops, using C#. Any clues?
I can think two ways:
Console.WriteLine
goto
switch