Compute the Average of an Array | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

You are a totally english teacher but I want to say in my language "dhanaybad"♥️♥️and this from my heart.

GoldiSharma__
Автор

How this video only has 180 views, I have no idea! Great shit my dude! Helped me a lot!

chandlerlewis
Автор

Really like your explanation on how the program works and then you give an improvement to that program. Keep it up

serred
Автор

This exercise series is just what I needed, thanks a lot ^-^

ya
Автор

Thank you for this tutorial, was really useful, and you are very good teaching the process!

pedroivanvaltierra
Автор

Thanks,

double avg(double array[], int length){
double sum = 0;
for(int i = 0; i < length ; i++){
sum+=array[i];
}
return sum/length;
}

justcurious
Автор

if i use scanf from array i need to srop the & as in a[i] instead of &a[i]?

ayzikdig
Автор

please what's the name of the software/app used for this programming language

ambelijahdavidokoh
Автор

what if the the array is not given? i mean the user will input the numbers in array?

eze
Автор

Can you do the same but with recursion?

hasson
visit shbcf.ru