Question Assignment description
I would like to jot down some time loop that print all odd numbers 1-21 separated by areas, with no new strains. My output is developing clean. What’s wrong with my code?class Program
{
static void Most important(string[] args)
int i = zero;
whereas (i <= 21)
if
(i % 2 == 1);
Console.WriteLine(i);
i ++;//add increment management variable
}
}