It looks like you're new here. If you want to get involved, click one of these buttons!
Below is the output
Add the numbers to a list then run a for each
foreach (Int i in List)
{
Console.WriteLine(i);
}
Answers
Add the numbers to a list then run a for each
foreach (Int i in List)
{
Console.WriteLine(i);
}