double average = 0;
for(int i = 0; i< storeMax.length : i++)
{
average += Data[i,1];
}
Console.WriteLine(average);
No comments:
Post a Comment