Write the definition of a function named averager that receives a double parameter and return- - as a double - - the average value that it has been passed so far. So, if you make these calls to averager, averager (5.0), averager (15.0), averager (4.
Answers (1)