How can I calculate the average of an array, and insert it in another array and print that in the console.
For example, I have an array of size 100, and I wanna calculate the average of the numbers in the array and then insert in in an array of size 5.
How can I calculate the average of an array, and insert it in another
Share
Here’s one way of doing it: