Exercise 1: Finding Average in Array
Let's calculate the average value of an array by using pointers.
We'll cover the following...
Problem Statement
In this exercise, you have to write a findAvg
function that takes ...