+ 1

How to print average in c programming

How to print average values in easier methods using loops

28th Jun 2020, 12:57 PM
Akash Poovan
Akash Poovan - avatar
2 Respostas
+ 1
Thank you so much for your kind answers
28th Jun 2020, 1:07 PM
Akash Poovan
Akash Poovan - avatar
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
28th Jun 2020, 1:03 PM
Saphal Poudyal
Saphal Poudyal - avatar