string num;
num = Console.ReadLine();
Console.WriteLine(num);
switch (num)
{case 1:
Console.WriteLine(one);
I'm trying to do a c# project where you type a number from 1 to 100 and you see the wrote version of it.