int[] multiply = new int[] { 1, 2, 3, 4, 5, 6 };
IEnumerable
foreach (int n in result)
{
Console.Write(n + “; “);
}
Loading
int[] multiply = new int[] { 1, 2, 3, 4, 5, 6 };
IEnumerable
foreach (int n in result)
{
Console.Write(n + “; “);
}