Write a c++ program that uses arrays and loops (while and for loop) to find the average of (10) double numbers values | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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

27th Mar 2021, 9:14 PM
GAFAR IBRAHIM OLASUNKANMI
GAFAR IBRAHIM OLASUNKANMI - avatar
1 Respuesta
+ 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
27th Mar 2021, 10:23 PM
Makar Mikhalchenko
Makar Mikhalchenko - avatar