...

/

Exercise 1: Finding Average in Array

Exercise 1: Finding Average in Array

Let's calculate the average value of an array by using pointers.

Problem Statement

In this exercise, you have to write a findAvg function that takes ...