0
Write a c++ program that uses arrays and loops (while and for loop) to find the average of (10) double numbers values
I need explanation on this question
2 odpowiedzi
+ 1
You need to make sure that your code can find the average between all the numbers in the array. Average = sum of all numbers / number of numbers