+ 1
How to print average in c programming
How to print average values in easier methods using loops
2 Respostas
+ 1
Thank you so much for your kind answers
0
Use a for loop to iterate through the array and keep summing on a value until the end then divide by the number of elements in that array.
Have a good day,
Ćheyat