ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Really like your explanation on how the program works and then you give an improvement to that program. Keep it up
Thank you very much for the kind words! :-D
How this video only has 180 views, I have no idea! Great shit my dude! Helped me a lot!
Awesome to hear that you liked it! :-D
This exercise series is just what I needed, thanks a lot ^-^
You’re welcome, I’m glad you are finding it helpful! :-)
Thank you for this tutorial, was really useful, and you are very good teaching the process!
You're welcome Pedro, I'm glad the tutorial was useful for you! :-)
your videos help me a lots !!!
You’re welcome! :-)
please what's the name of the software/app used for this programming language
In this video I am using the text editor Visual Studio Code and the gcc compiler on the terminal of Mac OS. :-)
if i use scanf from array i need to srop the & as in a[i] instead of &a[i]?
Yes, that should work. :-)
Thanks , double avg(double array[], int length){ double sum = 0; for(int i = 0; i < length ; i++){ sum+=array[i]; } return sum/length; }
what if the the array is not given? i mean the user will input the numbers in array?
We actually just published a video on how to do that, you could do this before computing the average: th-cam.com/video/5nyMb7hJ7Xs/w-d-xo.html
Can you do the same but with recursion?
Yes we can! :-) I've made a video for solving this problem here: th-cam.com/video/i0pOPx5Xltw/w-d-xo.html
very helpful!
I’m very glad to hear it was helpful for you Thomas! :-)
Thank you
You're welcome! :-D
You’re welcome Stacy! :-)
Really like your explanation on how the program works and then you give an improvement to that program. Keep it up
Thank you very much for the kind words! :-D
How this video only has 180 views, I have no idea! Great shit my dude! Helped me a lot!
Awesome to hear that you liked it! :-D
This exercise series is just what I needed, thanks a lot ^-^
You’re welcome, I’m glad you are finding it helpful! :-)
Thank you for this tutorial, was really useful, and you are very good teaching the process!
You're welcome Pedro, I'm glad the tutorial was useful for you! :-)
your videos help me a lots !!!
You’re welcome! :-)
please what's the name of the software/app used for this programming language
In this video I am using the text editor Visual Studio Code and the gcc compiler on the terminal of Mac OS. :-)
if i use scanf from array i need to srop the & as in a[i] instead of &a[i]?
Yes, that should work. :-)
Thanks ,
double avg(double array[], int length){
double sum = 0;
for(int i = 0; i < length ; i++){
sum+=array[i];
}
return sum/length;
}
what if the the array is not given? i mean the user will input the numbers in array?
We actually just published a video on how to do that, you could do this before computing the average: th-cam.com/video/5nyMb7hJ7Xs/w-d-xo.html
Can you do the same but with recursion?
Yes we can! :-) I've made a video for solving this problem here: th-cam.com/video/i0pOPx5Xltw/w-d-xo.html
very helpful!
I’m very glad to hear it was helpful for you Thomas! :-)
Thank you
You're welcome! :-D
Thank you
You’re welcome Stacy! :-)