Question: Write a function that: Takes an array of floats Provides three values at the same time: Minimum value in the array Maximum value in the
Write a function that: Takes an array of floats Provides three values at the same time: Minimum value in the array Maximum value in the array Average of numbers in the array (Hint: you have to use passing-by-reference to provide all the values together).
Write a function that: Takes an array of floats Provides three values at the same time: o Minimum value in the array o Maximum value in the array o Average of numbers in the array (Hint: you have to use passing-by-reference to provide all the values together)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
