Ify Nonyelu
it keeps looping and I don't know why. Can someone help?
int[] x = { 4, 7, 6, 5 };
while (a < x.Length)
{
Console.WriteLine("Sum from whileloop = {0}", sum);
sum += x[a];