Exercise 1: Finding Average in Array
Calculate the average value of an array by using pointers.
We'll cover the following...
Problem statement
Write a findAvg ...
Ask
Calculate the average value of an array by using pointers.
Write a findAvg ...