Solution: Compute the Average of an Arbitrary Number of Inputs
Learn how to receive an arbitrary number of float inputs and compute their average.
We'll cover the following...
We'll cover the following...
The solution to the problem of receiving an arbitrary number of float inputs and computing their average is given below.