Write a loop that computes the average of an array of integers called iArray that has been previously declared and initi
Posted: Wed Apr 27, 2022 3:47 pm
Write a loop that computes the average of an array of integers called iArray that has been previously declared and initialized. Store the result in a variable of type integer called iAverage that has been previously declared and initialized to zero. (5 marks)