Challenge: Compute the Average of an Arbitrary Number of Inputs
Write code to receive an arbitrary number of float inputs and compute their average.
We'll cover the following...
We'll cover the following...
Problem statement
Write a program to receive an arbitrary number of floats using one input()
statement. Calculate ...